body{  behavior:url('cssfocusandhover.htc'); margin: 0;  padding: 0; background-color: #D2DDE2; background-image:url(images/containerbg.jpg); background-repeat: repeat-y; background-position: 50% 0; font-size: 12px; font-family: Verdana, sans-serif; color: #182D48; text-align: center; } a {  	color: #0000FF;  	font-weight: bold;  	text-decoration: none;  	}  	a:hover  {	text-decoration: underline;	}#container {		margin-top: 0px;	margin-left: auto;	margin-right: auto;		text-align: left;	overflow: hidden;		width: 690px;	background-color: #fff;	}	#header {	background-color: transparent;	height: 125px;	margin: 10px;		}	h1 {		text-align: center;	padding: 0;	color: #A50738;	font-family: Verdana, sans-serif;	font-size: 13px;		}ul {	margin: 0;	margin-left: 280px;	padding: 8px;	}	form {	margin: 0;	padding: 0;	}/* The CSS Below is for the Symology Customer Service Web Front End */table {	border: 0;		margin: 20px;	}	td	{	padding: 4px;	}input, textarea  {		font-family: Verdana, Helvetica, Arial, Sans-Serif;	font-size: 12px;	background-color: #fff;	border-top: 1px solid #ccc;	border-left: 1px solid #ccc;	border-right: 1px solid #bbb;	border-bottom: 1px solid #bbb;	color: #182D48;		filter:	progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#efefef) progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=1, Direction=135);	}	input:focus, textarea:focus, select:focus {	border-top: 1px solid #C90038;	border-left: 1px solid #C90038;	border-right: 1px solid #C90038;	border-bottom: 1px solid #C90038;	}select {	font-size: 12px;	color: #182D48;		scrollbar-face-color: red; 	scrollbar-shadow-color: red; 	scrollbar-highlight-color: red; 	scrollbar-3dlight-color: blue; 	scrollbar-darkshadow-color: green; 	scrollbar-track-color: purple; 	scrollbar-arrow-color: green; 	}select:focus {	border-top: 1px solid #C90038;	border-left: 1px solid #C90038;	border-right: 1px solid #C90038;	border-bottom: 1px solid #C90038;	}	span {	font-family: Verdana, Helvetica, Arial, Sans-Serif;	font-size: 85%;	color: #990D00;		}	label {		color: #003366;	}	.row {  clear: both;  padding-top: 5px;    }.row .label {  float: left;  width: 180px;  text-align: right;  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px;  padding: 1px;    }.row .formw {    margin-left: 20px;  text-align: left;     }  .row .formwb {  float: right;  width: 250px;  text-align: left;    }     .spacer {  clear: both;  }.submit { 		border-top: 1px solid #fff;		border-left: 1px solid #fff;		border-right: 1px solid #efefef;		border-bottom: 1px solid #efefef;				cursor: pointer;		filter:	progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dddddd99,endColorStr=#FFffff) progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=1, Direction=135); 	} 	input.submit:focus {	border-top: 1px solid #C90038;	border-left: 1px solid #C90038;	border-right: 1px solid #C90038;	border-bottom: 1px solid #C90038;	}	
