/**
* This file is part of the ExtendedReg distribution. 
* Detailed copyright and licensing information can be found
* in the gpl-3.0.txt file which should be included in the distribution.
* 
* @version		$Id: 1.0.081 2012-07-09 rammstein4o $
* @copyright		2007 - 2012 jVitals
* @license		GPLv3 Open Source
* @link			http://jvitals.com
* @since			File available since 1.0.03
*/

form.er-form .er-form-column,
form.er-form .er-form-step {
	padding: 5px;
	margin: 10px;
	padding: 5px;
	margin: 10px;
	float: left;
	display: table-column;
}

form.er-form .er-form-row {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 10px;
	-moz-border-radius:0.9em;
	border-radius:0.9em;
	-webkit-border-radius:0.9em;
	float: left;
	clear:both;
	width: 99%;
	display: table-row;
}

form.er-form div.er-form-column,
form.er-form fieldset.er-form-step {
	padding: 5px;
	margin-bottom: 15px;
}

form.er-form div.er-fld-holder {
	padding: 5px;
}

form.er-form div#password-info.er-strength-info {
	padding: 5px;
}

form.er-form button, 
form.er-form input[type="button"], 
form.er-form input[type="submit"], 
form.er-form input[type="reset"] {
	/*
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	background:url("images/button_bg.png") repeat-x scroll left top #E7E7E7;
	border:1px solid #999999;
	color:#383838;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.6);
	*/
	float: left;
    width: 196px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 0 10px;
    background-color: #62A9D4;
    border: none;
    margin: 0 0 15px 20px;
}

form.er-form button:hover, 
form.er-form input[type="button"]:hover, 
form.er-form input[type="submit"]:hover, 
form.er-form input[type="reset"]:hover {
	color:#fff;
	background-color:#929292;
}

form.er-form button:active, 
form.er-form input[type="button"]:active, 
form.er-form input[type="submit"]:active, 
form.er-form input[type="reset"]:active {
	background:url("images/bg-submit_active.png") repeat-x scroll left top #D5D5D5;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.3);
}

form.er-form span.er-error {
	background:url("images/hint.png") no-repeat scroll 0 0 transparent;
	margin-left: 3px;
	padding-left: 20px;
	display: block;
}

form.er-form .er-error {
	padding: 5px;
}

form.er-form label {
	font-size:14px;
	line-height: 20px;
	font-weight:bold;
	color:#44617a;
}

form.er-form span.required {
color: #5f9cd1;
font-size: 1.2em;
margin-left: 5px;
}

