
body {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
/*	background-color:#cccccc;*/
}


.input-s {
	width: 122px;
}
.input-a-s {
	width: 95px;
}
.input-b {
	width: 528px;
}
.input-a-b {
	width: 498px;
}

.combo-s {
	width: 135px;
}
	
.combo-b {
	width: 541px;
}

/* Firefox */
@-moz-document url-prefix() {
	.input-s {
		width: 127px;
	}
	.input-a-s {
		width: 100px;
	}
	.input-b {
		width: 524px;
	}
	.input-a-b {
		width: 495px;
	}
	
	.combo-s {
		width: 141px;
	}
	
	.combo-b {
		width: 538px;
	}
}

/*Chrome Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.input-s {
		width: 129px;
	}
	.input-a-s {
		width: 102px;
	}
	.input-b {
		width: 524px;
	}
	.input-a-b {
		width: 494px;
	}

	.combo-s {
		width: 143px;
	}
		
	.combo-b {
		width: 538px;
	}
}



.form{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
/*	background-color:#E8E8E8;*/
}

.form th {
	border:1px #333333 solid; 
	height:10px; 
	background-color:#36424a; 
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

.form td {
	empty-cells:show;
	border:1px #CCCCCC dotted; 
	height:10px; 
	color:#333333;
	font-size:12px;
}

.form a:link, .form a:visited, .form a:hover{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000;
}

.shortlist{
	max-height:200px;
	width:536px;
	overflow:auto;	
}

.formlist{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	width:658px;
	background-color:#FFF;
}

.formlist th {
	border:1px #666666 solid; 
	height:10px; 
	background-color:#FFF; 
	color:#000;
	font-weight:bold;
	font-size:11px;
}

.formlist td {
	empty-cells:show;
	border:1px #CCCCCC dotted; 
	height:10px; 
	background-color:#FFF;
	color:#333333;
	font-size:11px;
	vertical-align:text-top;
}

div.imageContainer {
	float:left;
	position:relative;
}
