
/* Forms
*******************************************************/
fieldset {
	border: none;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 3px 0px 10px 0;
	clear: left;
}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	#Password .middleColumn {
		background: none;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
.field label.right {
	text-align: left;
}

.checkbox label {
	display: inline;
}

/**
 * MemberProfile
 */
#MemberLocationsForm_MemberLocationsForm .addlink {
	display: block;
	margin-top: 1em;
	padding: 1em 0;
	border-top: 1px #A7A7A7 dashed;
	width: 310px;
}
#MemberLocationsForm_MemberLocationsForm .location_add {
	margin-top: 1em;
	padding: 1em 0;
	border-top: 1px #A7A7A7 solid;
	width: 310px;
}
#AccountAdmin label {
	float: left;
	width: 30%;
	display: block;
	line-height: 3;
	color: #888;
}
	#AccountAdmin label strong {
		color: #f00;
		margin-left: -1px;
	}
#AccountAdmin span.message {
	clear: left;
	background: none;
	padding: 5px 0 0 0;
	border: none;
	color: #f00;
} 
#AccountAdmin input.text, #AccountAdmin textarea, #AccountAdmin select {
	padding: 8px 6px 6px 6px;
	border: 1px solid #baddee;
	color: #71777a;
	background: #fff url(../images/inputBg.gif) repeat-x bottom left; 
	font-size: 11px;
	font-weight: bold;
}
#AccountAdmin input.text:focus {
	border-color: #84c2e9;
}
#AccountAdmin #Password .middleColumn {
	width: 100%;
}
	#AccountAdmin #Password div .middleColumn {
		width: 68%;
	}
	#AccountAdmin .CompositeField strong {
	color: #f00;
}
#AccountAdmin input.text {
	float: left;
	width: 90%;
}
#AccountAdmin fieldset div {
	clear: left;
	overflow: hidden;
}
#MesqMemberLoginForm_LoginForm {
	width: 500px;
}
p#Remember {
	clear: both;
	margin-left: 30%;
}
	p#Remember label {
		width: auto;
	}
	#MesqMemberLoginForm_LoginForm p#Remember {
		margin-left: 0;
	}
#AccountAdmin fieldset div span.middleColumn {
	width: 68%;
	display: block;
	float: left;
	clear: none;
}
.readonly .readonly i {
	color:#aaa;
	font-size:11px;
	display: block;
	width: 90%;
	background: #FFF url(../images/readOnlyBg.gif) repeat-x bottom left;
	padding: 8px 6px 6px 6px;
	border: 1px solid #e1e1e1;
	font-weight:bold;
}

/* Signup Form */
#SignupForm_Form #_AcceptConditions {
	margin-top: 1em;
}
#SignupForm_Form .requiredComposite {
	margin-bottom: 1em;
}
#SignupForm_Form input.action {
		color: #fff;
		padding: 5px 6px 5px 6px;
		outline: 0 solid #fff;
		font-size: 14px;
		background: #72c0f3 url(../images/searchSubmit.gif) repeat-x left bottom;
		width: auto;/* Quick fix for input. Needs to be tidied up later */
      	overflow:visible;
      	*width: 1;
	} 
	#SignupForm_Form input.action:focus {
			background: #5cade3 url(../images/searchSubmitFocus.gif) repeat-x left bottom;
		}