.cssform label{
	float: left;
	width: 92px;
}

input.large{
	color: #000;
	width: 138px;
	border: 1px solid #0d718e;;
	height: 16px;
	font-size: 12px;
	margin-bottom: 5px;
}

#submit.button{
	width: 100px;
	margin-left: 92px;
}

.button {
	margin-bottom: 20px;
}

.formMSG{
	color: #cc3300;
}

input.small{
 	margin-right: 80px;
}

label.small{
 	margin-top: -25px;
 	padding-bottom: 25px;
}


.cssform label.small{
	margin-left: 90px;
	width: 50px;
}

select {
	border: 1px solid #000;
	margin-left: 5px;
}

textarea{
	border: 1px solid #0d718e;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 12px;
	width: 230px;
	height: 100px;
	margin-bottom: 5px;
}

.button{
	border: 1px solid #0d718e;
	background-color: #0d718e;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 12px;
	color: #fff;
}


.cssform {
	width: 250px;
}


