.button {
	color: White;
	background-color: #BB6000;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	border: 1px solid;
}

.textinput {
	color: #BB6000;
	background-color: #F5E7D9;
	font-weight: bold;
	border: 1px solid #BB6000;
	padding: 3px;
}

.textarea {
	color: #BB6000;
	background-color: #F5E7D9;
	font-weight: bold;
	border: 1px solid #BB6000;
	padding: 3px;
}

.select{
	color: Black;
	background-color: White;
	font-weight: bold;
	border: 1px solid #BB6000;
	padding: 1px;	
}

/* Form table style BEGIN*/
.formdiv {
	color: White;
	background-color: #F5E7D9;
	border: solid 1px #BB6000;
	height: auto;
	width: 300px;
	text-align: center;
	margin: 0px auto 0px auto;	
}

.formdivrow {
	height: 30px;
	text-align: center;
}
.formdivcell1 {
	color: #BB6000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 90px;
	float: left;
}
.formdivcell2 {
	text-align: left;
	clear: right;
	margin-left: 100px;	
	width: auto;
} 
/* Form table style END*/

/* Rating table style BEGIN*/
.ratingdiv {
	border: solid 1px #BB6000;
	height: auto;
	width: 500px;
	text-align: center;
	margin: 0px auto 0px auto;	
}
.ratingdivrow {
	height: 30px;
	text-align: center;
}
.ratingdivcell1 {
	color: #BB6000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 90px;
	float: left;
}
.ratingdivcell2 {
	text-align: justify;
	clear: right;
	margin-left: 100px;
	margin-right: 10px;
	width: auto;
} 
.ratingdivcell {
	text-align: justify;
	clear: right;
	margin-left: 25px;
	margin-right: 25px;
	width: auto;
} 
.ratingImg{
	border: hidden;
	vertical-align: text-bottom;
}

hr {
	width: 90%;
	color: #BB6000;
	
}
/* Rating table style END*/

