@charset "utf-8";
/* CSS Document */

.subLabel{
	margin:0;
	font-weight: normal;
	padding-top:2px;
	clear:both;
	font-size:85%;
	line-height:10px;
	display:block;
	margin-bottom: 3px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.nofloat { 
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
.formContainer{
	width: 335px;
}
.caption{
	font-weight: bold;
}
.req{
	font-weight: bold;
	color: red;
}

#title{
	width: 60px;
}
#first{
	width: 127px;
	margin-left:4px;
}
#last{
	width: 127px;

}
#streetAddress{
	width: 340px;
}
#line2Address{
	width: 340px;

}
#city{
	width: 155px;
}
#state{
	width: 155px;
}
#zip{
	width: 155px;
}
#country{
	width: 160px;
}
#email{
	width: 155px;
}
#phone{
	width: 155px;
}
#department{
	width: 155px;
}
#company{
	width: 155px;
}
#subFirst{
	margin-left:5px;
}
#country,#title,#submit{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
input{
	margin-top: 5px;
}
select{
	margin-top: 5px;
}