
BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
text-align: center;
background-color : #FFFFFF; 
margin : 0; 
padding : 0; 
width : 100%; 
height : 100%;
}


.generalContentContainer {
	border: solid 1px #dde2e4;
	float: left;
	color: #526770;
	margin: 7px;
}


.feedbackForm {
	padding: 10px 10px 10px 10px;
	float: left;
	border: 3px solid #EAEAEA;
	background: #FFFFFF url(../img/feedback_form.gif) repeat-x left bottom;
	text-align: left;
}

.feedbackForm h1 {
	font: 18px Georgia;
	color: #333;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 2px solid #F2F2F2;
}

.feedbackForm table {
	float: left;
	margin: 0pt auto;
}

.feedbackForm td {
	padding: 5px;
}

.feedbackForm textarea {
	font: 12px trebuchet ms;
	width: 580px;
	height: 200px;
	color: #333;
}


.enterDetailsFormElementStyleBig {
	font-size: 12px;
	width: 165px;
	float:left;
}

.enterDetailsFormElementStyleMed {
	font-size: 12px;
	width: 120px;
}

.enterDetailsFormElementStyle {
	font-size: 12px;
	width: 100px;
}

.enterDetailsFormElementStyleSmall {
	font-size: 12px;
	width: 50px;
}


.rating-cap {
	margin: 0px;
	padding: 0px;
	font: 11px georgia;
	color: #333;
	line-height: 30px;
}

.rating form {
	padding: 0px;
	margin: 0px;
}

.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 30px;
	height: 25px;
	display: block;
	background: url(../img/rating-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -58px;
}
.ui-stars-star-on a {
	background-position: 0 -86px;
}
.ui-stars-star-hover a {
	background-position: 0 -114px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -29px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}


.payMethod iframe {
	 width: 790px; /* width: 824px; */
	 border: solid 3px #f2f2f2;
}

.payMethodContainer {
	border: 2px solid #f2f2f2;
	border-bottom: 2px solid #e6e6e6;
	margin: 10px auto;
	float: left;
	width: 100%;
}

.payMethodContainer table {
	width: 775px;
}

.payMethodContainer a {
	color: #666;
	font: 12px trebuchet ms;
}

.payMethodContainer td strong {
	font: 18px Georgia;
	color: #333;
	font-weight: normal;
}

.payMethodContainer select {
	font-size: 12px;
}

.payMethodSubmit {
	padding-top: 10px;
}
