body {
	background: #00287a;
	padding: 12px 0 0 0;
	margin: 0;
}
.layout-body {
	color: #000000;
	font: 12px tahoma, arial, verdana, helvetica, sans-serif;
	left: 50%;
	margin: 0 0 0 -480px;
	position: relative; /*bottom: 0; 	top: 0px; 29px;*/
	width: 960px; /* adjust width as needed */
	padding: 0;
}
.layout-border {
	background: #ffffff;
	border-left: 1px solid #ff7f00;
	border-right: 1px solid #ff7f00;
	border-bottom: 1px solid #ff7f00;
	border-top: 1px solid #ff7f00;
	padding: 12px;
}
.layout-border-top {
	border-bottom: 1px solid #555555;
	left: 50%;
	margin: 0 0 0 -480px;
	position: relative; /*bottom: 0; 	top: 0px; 29px;*/
	width: 960px; /* adjust width as needed */
	padding: 0 0 6px 0;
}
.dropdownliststyle {
	font: 12px tahoma, arial, verdana, helvetica, sans-serif;
	padding: 1px;
}
.textboxstyle {
	background: url(images/content/textboxstyle-bg.jpg) repeat-x;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px 2px 2px 3px;
	width: 200px;
}
.buttonstyle {
	background: #ffffff;
	border: 1px solid #ff7f00;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
