
fieldset {border:solid 1px #EFEFEF; margin:10px 0px; width:95%; padding:30px 20px;}
input.text {	border: solid 1px black; }
input.checkbox { border: none }
input.radio { border: none }
input:focus { border: solid 1px #FEC722; }
input.error { border: solid 1px #FF4242; }

.changePassword-form-container label.error 
{
	background:transparent url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    color:#136DA3;
    margin:4px 0 0;
    padding-left:16px;
    position:absolute;
    right:20px;
}

.new-members-form-container label.error
{
    padding-left:16px;
    background:transparent url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    color:#333333;    
    position:relative;
    top: 3px;
}

.login-form-container label.error
{
    padding-left:16px;
    background:transparent url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    color:#333333;    
    position:relative;
    top: 3px;
}


.register-form-container label.error
{
    background: url("../Images/Validation/unchecked.gif") no-repeat scroll 0 50% #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    left: 515px;
    margin: 2px 0 0;
    padding-left: 16px;
    padding-right: 4px;
    position: relative;
    top: 4px;
}

/*
.register-form-container label.error
{
    background:transparent url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    color:#136DA3;
    margin:25px 0 0;
    padding-left:16px;
    position:absolute;
    right:4px;
}
*/
.carga label.error {
    background: url("../Images/Validation/unchecked.gif") no-repeat scroll 0 50% transparent;
    color: #136DA3;
    right: 5px;
    padding-left: 16px;
    position: absolute;
    width:230px;
}
.contact-form-container label.error
{
    background:transparent url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    color:#136DA3;
    margin:1px 0 0;
    padding-left:16px;
    position:absolute;
    right:202px;
}

.search label.error
{
    background:none;
    color:#136DA3;
    font-size:9px;
    left:18px;
    margin:2px 0 0 0;
    padding-left:0;
    position:absolute;
    top:3px;
    width:300px;
}
.subscribe-corona label.error
{
	background:url("../Images/Validation/unchecked.gif") no-repeat scroll 0 50% transparent;
    color:#136DA3;
    margin:2px 0 0 0;
    padding-left:16px;
    position:relative;
}
.info-box label.error
{
	background:url("../Images/Validation/unchecked.gif") no-repeat scroll 0 50% transparent;
    color:#136DA3;
    margin:2px 0 0 0;
    padding-left:16px;
    position:relative;
}
label.error {
	background:url("../Images/Validation/unchecked.gif") no-repeat scroll 0 50% transparent;
    margin:2px 0 0 0px;
    padding-left:16px;
    position:absolute;
    color:#136DA3;
}
label.valid {
	background: url('../Images/Validation/checked.gif') no-repeat scroll 0 50%;
	display: block;
	padding-left: 16px;
	margin-left: .3em;
}

.completeFormModule p
{
	color:#1F1F1F;
	font-size:12px;
}

.completeFormModule .labelContainer
{
	float:left;
	width:130px;
}

.completeFormModule .labelContainer span.required 
{
	color:#FEC722;
	font-size:10px;
	font-weight:bold;
}



.completeFormModule .inputContainer
{
	float:left;
}

.completeFormModule .submitInputContainer
{
	float:right;
}

.completeFormModule .inputContainerFCK
{
	width:100%;
	margin:10px 0;
}
