span.form {
	display: inline-block;
	border: 0px solid #999;
	margin-top: 30px;
}

div.error {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f00;
	font-weight: bold;
	margin-top: 10px;
}

a.error {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f00;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: underline;
}

a.login {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

div.field-label {
	position: relative;
	left: -15px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}

.field-label-inline {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}

div.field-help {
	font-size: 10x;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px 10px 0px;
}

div.instruct {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}

div.step {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 20px 0px 0px 0px;
}

input.login {
	font-size: 15px;
	width: 200px;
	height: 20px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #bbb;
}

input.login-abbr {
	font-size: 15px;
	width: 40px;
	height: 20px;
	padding: 0px 5px 0px 5px;
}

h1.login {
	font-size: 42px;
	margin-bottom: 0px;
}

.tabular-field-label {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	padding: 5px 8px 5px 8px;
	background-color: #efefef;
	border-bottom: 1px solid  #999;
}

.tabular-field-value {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	padding: 5px 8px 5px 8px;
	background-color: #fff;
	border-bottom: 1px solid  #999;
}

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
	position:relative;
	z-index:10;
	width:60px !important;
	height:22px !important;
	line-height: 20px;
}

.mainbutton {
	margin-bottom: 40px;
}

.mainbutton div {
     width:120px;
     display: inline;
}

.middlebutton {
	text-align: center;
	margin-left: 45px;
}

.leftbutton {
     float: left;
}

.rightbutton {
     float: right;
}

.clearbutton {
     clear: both;
     height: 0;
     border: 0;
}

div.required-blurb {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative; 
	text-align: right; 
	top: 10px; 
	right: 15px;
}

.login-button {
	position: relative;
	height: 27px;
	line-height: 27px;
	background-color: #f3925f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 0px 0px;
	padding-bottom: 27px;
	right: 10px;
}

.login-button:hover {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
}

.login-button:active {

}

span.required {
	color:  #f00;
	font-weight: bold;
	font-size: 15px;
}

#mainColumnRegistration {
	margin-left:120px;
	margin-right:225px;
}

@media (max-width: 640px) { 
	#mainColumnRegistration {
		margin-left:10px;
		margin-right:10px;
	}
}