.w410 { width: 410px !important }
.w840 { width: 840px !important }
.w860 { width: 860px !important }
.w870 { width: 870px !important }
.w900 { width: 900px !important }

.h210 { height: 210px !important }

.container { margin-left: auto; margin-right: auto; }

.lfloat { float: left; display: inline; }
.rfloat { float: right; display: inline; }

.mt-20 { margin-top: -20px !important }

.mt20 { margin-top: 20px !important } 
.mt30 { margin-top: 30px !important }

.mr20 { margin-right: 20px !important }
.ml20 { margin-left: 20px !important }
.ml10 { margin-left: 10px !important }

.overflow-hidden { overflow: hidden } 

.formrow {
	clear: both; display: block;
	height: 70px;
	margin: 0 20px;
}

.fieldlabel {
	float: left; display: inline;
	width: 100px;
	font-size: 0.9em;
 	padding-top: 27px 
 }

.fieldinput {
	float: left; display: inline;
	width: 400px; height: 70px;
	background-image: url(/Assets/Layout/Images/input-bg.png);
	background-repeat: no-repeat;	
	background-position: 0 0;
}
* html .fieldinput { background-image: url(/Assets/Layout/Images/input-bg.gif) }

.fieldinput .text, .fieldinput textarea {
	border: none;
	margin: 22px auto auto 23px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	width: 355px; height: 30px;
	padding: 0;
	background: none;
	color: #222;
}

.fieldinput .text:focus, .fieldinput textarea:focus {
	background: transparent; outline: none;
} 

.formrow.textarea { height: 230px; }

.fieldinput.textarea {
	background-repeat: no-repeat;	
	background-position: 0 0;
	background-image: url(/Assets/Layout/Images/textarea-bg.png);
	height: 230px;
}
* html .fieldinput.textarea { background-image: url(/Assets/Layout/Images/textarea-bg.gif) !important }

.fieldinput textarea {
	height: 190px; max-height: 190px; max-width: 355px;
	font-size: 1em;
}
