html {
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
	margin:0;
	padding:0;
}

body {
	margin: 0; 
	text-align:center;
  padding: 0px;
  top: 0px;
  height:100%;
}

body {
		margin: 0 auto; 
		text-align: -moz-center; 
}



.Center{
	text-align: center !important;
}

.Right{
	text-align:right !important;
}

.Left{
	text-align:left !important;
}

.MarginLeftSmall {
	margin-left:15px;
}

.NoPadding {
	padding : 0px !important;
}

.NoBorder {
	border:none !important;
}

.NoBottomMargin {
	margin-bottom : 0px !important;
}

.NoBottomBorder {
	border-bottom : 0px !important;
}


.NoFloat {
	float:none !important;
}

.NoBreak {
	white-space: no-break !important;
}

.FloatRight {
	float:right;
}

.FloatLeft {
	float:left;
}

.MarginRight30 {
	margin-right:30px !important;
}

.MarginLeft30 {
	margin-left:30px !important;
}

.MarginLeft50 {
	margin-left:50px !important;
}


.MarginLeft10 {
	margin-left:10px !important;
}


.MarginLeft18 {
	margin-left:18px !important;
}

.MarginLeft5 {
	margin-left:5px !important;
}


.MarginLeft-5 {
	margin-left:-5px !important;
}

.MarginRight5 {
	margin-right:5px !important;
}


.MarginRight10 {
	margin-right:10px !important;
}

.MarginRight20 {
	margin-right:20px !important;
}

.MarginBottom5 {
	margin-bottom:5px !important;
}

.MarginBottom2 {
	margin-bottom:2px !important;
}

.MarginBottom10 {
	margin-bottom:10px !important;
}

.MarginBottom20 {
	margin-bottom:20px !important;
}

.MarginTop4 {
	margin-top:4px !important;
}

.MarginTop2 {
	margin-top:2px !important;
}

.MarginTop5 {
	margin-top:5px !important;
}

.MarginTop7 {
	margin-top:7px !important;
}

.MarginTop10 {
	margin-top:10px !important;
}

.MarginTop20 {
	margin-top:20px !important;
}

.MarginTop-10 {
	margin-top:-10px !important;
}

.MarginTop30 {
	margin-top:30px !important;
}

.MarginTop40 {
	margin-top:40px !important;
}

.MarginTop90 {
	margin-top:90px !important;
}

.PaddingLeft5 {
		padding-left:5px !important;
}

.PaddingLeft7 {
		padding-left:7px !important;
}

.PaddingLeft10 {
		padding-left:10px !important;
}

.PaddingTop3 {
	padding-top:3px !important;
}

.PaddingTop5 {
	padding-top:5px !important;
}

.PaddingTop50 {
	padding-top:50px !important;
}

.PaddingTop90 {
	padding-top:90px !important;
}

.PaddingBottom5{
	padding-bottom:5px !important;
}

.PaddingBottom2{
	padding-bottom:2px !important;
}

.PaddingBottom10{
	padding-bottom:10px !important;
}

.PaddingBottom20{
	padding-bottom:20px !important;
}

.PaddingRight5{
		padding-right:5px !important;
}


.PaddingRight7{
		padding-right:7px !important;
}


.PaddingRight10{
		padding-right:10px !important;
}

.Padding5{
	padding:5px !important;
}

.Padding7{
	padding:7px !important;
}


.Normal12text{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;	
	line-height:20px;
}

.Width100P{
	width:100%;
}

.Width90P{
	width:90%;
}

.Height100P{
	height:100%;
}

.Hidden{
	display:none;
}

.Hand{
	cursor:pointer; 
	cursor:hand; 
}

INPUT.error 
{ border: 1px solid red;
	color:red;
	background-color:#EEEEEE;
}

SELECT.error {
	background-color:#EEEEEE;
	color: red;
}

TEXTAREA.error {
	background-color:#EEEEEE;
	color: red;
}


.MainContainer 
{
	text-align:left;
	margin:0px auto;
	height:100%;
}

.ReviewCaption
{
	LINE-HEIGHT: 16px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	COLOR: #666666;
  CLEAR: both; 
	FONT-SIZE: 14px; 
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;	
}
.ReviewCaption TD
{
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 2px; 
}

.ReviewContent
{
	padding-top:10px;
	padding-left:15px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:#666666
}

.ReviewRanks{
	padding-top:10px;
	width:170px;
}

.ReviewDivider{
	padding-bottom:4px;
	border-bottom: 1px dashed #CCCCCC;
	width:100%;
}

.ReviewSortContainer {
	background-color: #e5e5e5;
  border: 1px solid #CCCCCC;
  font-weight:bold;
  height:18px;
	margin-top:8px;
	margin-bottom:5px;  
	padding-right: 3px;
	padding-left:3px;
	font-family: Verdana, Arial, sans-serif;
	color:#AAAAAA;
}

.ReviewSortContainer A
{
	font-family: Arial;
	FONT-SIZE: 12px; 
	font-weight: bold;
	text-decoration:none;
	color: #505099 !important;
}

.ReviewDate{
	color: #999999;
	font-weight: Normal;
	font-style: Italic;
	font-size: 13px;
}

.ReviewByFrom {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;	
}

OL.ReviewFormFields{
	margin-left:0px;
}



