/************************************************************************

	Site:		Inframation // Forms stylesheet
	
	Author:		Wide Area Communications // Viral Ganatra
	
	Created: 10-12-09
  	Last updated: 21-12-09

************************************************************************/

.form li {
	overflow:hidden;
	width:400px;
	padding:5px 0;
}
.form label {
	width:130px;
	font-size:1.2em;
}
.form input {
	width:220px;
	height:18px;
	border:1px solid #D8D8D8;
	padding:0 2px;
	font-size:1.2em;
}
.form img {
	float:left;
	display:block;
	margin:4px 0 0 10px;
}
.form .textarea label {
	float:none;
	margin-bottom:5px;
	display:block;
}
.form textarea {
	width:350px;
	height:70px;
	display:block;
}
.form em,
p em {
	color:#c00;
	margin-left:2px;
}
p em {
	margin:0 2px 0 0;
	font-weight:bold;
}
.form select {
	width:226px;
	border:1px solid #7E9DB9;
}
.checkbox input,
.radio input {
	width:auto;
	cursor:pointer;
	border:none;
	margin:0 5px 0 2px;
}
.checkbox label,
.radio label {
	cursor:default;
	line-height:1.4em;
	margin-top:1px;
}
.button,
.button .button-inner{
	float:none;
	display:inline-block;
	height:20px;
	width:auto;
}
.button .button-inner {
	padding:0 10px;
	display:block;
}
.button button {
	letter-spacing:0;
	padding:0 10px;
	height:20px;
	width:auto;
	font-size:1.2em;
}

.forgot-pw #wrapper {
	width:auto;
}
.edit-profile .checkbox label {
	width:350px;
}
.button-close {
	float:none;
	width:59px;
	height:21px;
}