
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%;
    margin:4px 0 0;
    padding-left:16px;
    position:absolute;
    right:20px;
}

.subscribe-vajillas
{
    position:relative;}
    
.subscribe-vajillas label.error
{
    background:transparent none repeat scroll 0 0;
    color:#CE0A84;
    font-size:10px;
    right:62px;
    padding-left:0;
    position:absolute;
    top:31px;
}

.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:#EEEEEE url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    border:1px solid #CCCCCC;
    color:#333333;
    left:448px;
    margin:2px 0 0;
    padding-left:16px;
    padding-right: 4px;
    position:relative;
    top: -5px;
}

/*
.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;
}
*/

.contact-form-container label.error
{
    background:transparent url(../Images/Validation/unchecked.gif) no-repeat scroll 0 50%;
    margin:4px 0 0;
    padding-left:16px;
    position:absolute;
    right:202px;
}

label.error {
	background: url('../Images/Validation/unchecked.gif') no-repeat scroll 0 50%;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('../Images/Validation/checked.gif') no-repeat scroll 0 50%;
	display: block;
	padding-left: 16px;
	margin-left: .3em;
}
.search label.error
{
    background:none;
    color:#136DA3;
    font-size:9px;
    left:22px;
    margin:2px 0 0 0;
    padding-left:0;
    position:absolute;
    top:20px;
    width:300px;
}
.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;
}
