body{
	background:#000;
	margin:0px;
	padding:0px;
}
img{
border:0px;
}
input[type=text]{
	background:#333333;
	border:0px;
	width:189px;
	height:19px;
	margin-bottom:10px;
	padding-left:5px;
	color:#fff;
}
input[type=checkbox]{
	background:#333333;
	border:0px;	

	margin-bottom:10px;
	
}
select{
	background:#333333;
	border:0px;
	color:#fff;
	width:194px;
	height:19px;
		padding-left:5px;
			margin-bottom:10px;
}
#container{
	width:960px;
	height:100%;
	margin:0px auto; 
	padding:0px;
}
#main{
	float:left;
	width:664px;
	height:100%;
	
}
#rightContainer{
	float:left;
	display:block;
	width:293px;
	height:100%;	
}
.gotoSite
{
	float:right;
}

.submitBtn{
	display:block;
	height:28px;
	width:123px;
	background:url(images/order_button.jpg) no-repeat;
	border:0px;
	
}

.submitBtn:hover{
	display:block;
	height:28px;
	width:123px;
	background:url(images/order_button.jpg) 0px -28px no-repeat;
}