
.styled_form * {
	margin:0;
	padding:0;
}

.centered_form {
	width:200px;
	margin: 0 auto;
}

.override_login_width {
	width:520px;
	margin: 50px 10px;
}

.styled_form p {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color:#555;
}

.styled_form input {
    background: #ffffee;
	padding:6px;
	border: 1px solid #ccc;
}
.styled_form .form_fields input {
	width:200px;
}

.styled_form input:hover {
    border: 1px solid #7fcf00;
	border: 1px solid #ccc;	
    background: #ffffdd;
}

.styled_form textarea {
    background: #ffffee;
	padding:6px;
	border: 1px solid #ccc;
}
.styled_form textarea:hover {
    border: 1px solid #7fcf00;
	border: 1px solid #ccc;	
    background: #ffffdd;
}

.styled_form select {
    background: #ffffee;
	padding:6px;
	border: 1px solid #ccc;
}
.styled_form select:hover {
    border: 1px solid #7fcf00;
	border: 1px solid #ccc;	
    background: #ffffdd;
}

.styled_form .form_actions input {
    border: 1px solid #fff;
	margin-top:20px;
	
    padding: 8px 20px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-right:10px;
	cursor:pointer;
	
    background: url('../images/button_back.png') repeat-x;
}
.styled_form .form_actions input {
    border: 1px solid #fff;
}
.styled_form .form_actions input:hover {
    border: 1px solid #ccc;
    background: url('../images/button_back.png') repeat-x;
}
.styled_form .form_actions a {
	border:1px solid #fff;
	font-size:12px;
    padding: 8px 20px;
	text-decoration:none;
}
.styled_form .form_actions a:hover {
	border:1px solid #ccc;
	text-decoration:underline;
}

.styled_form label {
    display: block;
    float: left;
    text-align: left;
	padding:6px 0;
}
.styled_form br { clear: left; }
.styled_form .spaced_h1 {
	margin: 50px 0 25px 0;
}
