@charset "utf-8";
/* CSS Document */

form{
	display: block;
	padding: 15px 0px;
}

fieldset{
	margin-bottom:20px;
	border: 0;
}

form div{
	margin-bottom: 3px;
	clear: both;
}

label{
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	height: 20px;
	padding-right: 10px;
	line-height: 20px;
	font-weight: bold;
}

.checkbox{
	float: left;
}

label.checklabel{
	width: 330px ;
	height: 35px;
	line-height: 16px;
	text-align: left;
	padding-left: 5px;
	font-size: 12px ;
}

label.longlabel{
	height: 35px;
	line-height: 16px;
}

input.text{
	width: 190px;
	border: 1px outset #005f9f;
	font-size: 13px;
	height: 20px;
}

input.zip{
	width: 70px;
}

select{
	width: 190px;
	border: 1px outset #005f9f;
	font-size: 13px;
	height: 20px;
}

.buttonDiv{
	padding-left: 150px;
	padding-top: 10px;
}

button{
	width: 146px;
	height: 35px;
	background-color: transparent;
	background: url(../images/sub/submit.jpg) no-repeat top right;
	border: 0px;
	color: #3490c3;
	font-size: 16px;
	text-align: right;
	padding-right: 50px;
	line-height: 28px;
	display: block;
	cursor: pointer;
	
}
