form {
	
}

form fieldset {
	width:400px;
	margin:0 auto;
	/*border:1px solid #be272e;*/
	border:0;
}
form#SearchForm_SearchForm fieldset {
	width:auto !important;
}

div.field {
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}

div.field label {
	width:100px;
	display:inline-block;
	float:left;
}

p#Remember {
	margin:0 auto;
	width:150px;
}

div.field input {
	width:195px;
	border:1px solid #be272e;
}

.field .text {

}

.field textarea {
	border:1px solid #be272e;	
}

.field select {
	border:1px solid #be272e;	
}

.field .password {
	
}

.field .checkbox {
/*	border:1px solid #be272e;*/
	border:0;
	width:auto !important;
/*	float:left;*/
}

div.checkboxset label {
/*	display:block;*/
	width:auto;
	float:left;
}

.optionset , .checkboxsetfield {
	list-style:none;
	display:block;
	clear:both;
}

.optionset , .checkboxsetfield label {
	float:none !important;
	width:auto !important;
}


div.Actions {
	width:400px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}
div.Actions input {
	border:1px solid #be272e;
	background-color:#fff;
	padding:3px;
	cursor:pointer;
	margin:3px;
}

div.Actions p#ForgotPassword {
	width:195px;
	margin:0 auto;
	margin-top:5px;
	position:relativ;
}

div.Actions p#ForgotPassword a {
	border:1px solid #be272e;
	padding:4px;
	background-color:#fff;
	color:#000;
	text-decoration:none;
}

