/* id style */
#mainContainer{
	text-align:left;
}

#mainContainer table{
	width:100%;
}

#content #newproduct table tbody td{
	vertical-align:middle;
}


#mainContainer table thead tr{
	background-image:url("../image/header.jpg");
	background-repeat: no-repeate;
	height:27px;
	font-weight:bold;
	font-size : 1.2em;
	color: #FFFFFF;
	vertical-align:middle;
}

#mainContainer #searchdiv table thead tr td{
	background-image:url("../image/searchheader.jpg");
	padding-left: 30px;
}

#mainContainer #companydesc table thead tr td, #mainContainer #contactusdiv table thead tr td, #mainContainer #producttypediv table thead tr td{
	padding-left: 30px;
}

#companydesc{
	margin-bottom:20px;
}


#content form label {
	text-align:left;
	text-transform: capitalize;
	width: 100px;
	padding-top: .2em;
	position:absolute;
	float:left;
	font-weight : bold;
}

#content form input,#content form textarea,#content form select{
	color: #666;
	background-color: white; 
	margin-left:100px;
}

#content form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	height: 16px; 
	background-color: white;
}

#content form input[type="submit"],#content form input[type="reset"] {
	color: inherit;	
	width: 80px;
	display: inline;
}

/* class style */

.error{
	color:#FF7373;
	font-weight : bold;
}
