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

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form ul {
	list-style: none;
}

form label.left,
form label.right {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	display: inline !important;
	line-height: 1em !important;
}

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

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

input.action {
	padding: 2px;
}
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;
	}
textarea {
	width: 570px;
}
#Remember label.right {
	text-align: left;
	float: none;
	display: inline;
	margin: 10px 0 0 0;
}

.custom-form-checkbox label{
    display: inline-block;
    margin-left: 20px;
}

.custom-form-checkbox label:before{
    margin-left: -23px;
}