select{
	width:auto;
	padding:2px;
}

.formline{
	padding:3px;
}

#div-regForm,.redirect{	
	border:3px solid #eeeeee;
	padding:15px;
	color:#203360;
}

.form-title,
.form-sub-title{
	font-size:20px;
	
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
}

.form-sub-title{
	font-weight:normal;
	padding:6px 0 15px 0;
}

.greenButton{
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 6px 3px 6px;
	color:white;
	background-color:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
}

.greenButton:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}

.animate_submit {
	padding-top: 25px;
	margin-top: 0;
	padding-bottom: 0;
	background: url("../img/plswait.gif") no-repeat;
	background-size: contain;
	height:24px;
	width:24px;
}

#loading{
	left:10px;
	position:relative;
	top:3px;
	visibility:hidden;
}

#error{
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	padding:5px 3px;
	text-align:center;
	margin-top:0px;
	visibility:hidden;
}