/* Forms
*******************************************************/


fieldset {
	border: 0;
}

.field{
	padding:0px;
}
form ul {
	list-style: none;
}

form label.left,
form label.right {
	margin-top:5px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	display: inline !important;
}

.middleColumn {
 	display: block;
 	margin: 5px 10px 0px 0;
	padding:  0;
	width: 306px;
	clear: left;
}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

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

select {
	width: auto;
}

input.action {
	padding: 2px;
	margin-top:15px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}


textarea {
	width: 300px;
}
#Remember label.right {
	text-align: left;
	float: left;
	display: inline;
	margin: 2px 0 0 5px;
}
#MemberLoginForm_LoginForm_Remember{
  float:left;
  	display: inline;
  	margin: 5px 0 15px 0;
}