/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 28, 2014, 3:42:12 PM
    Author     : Isuru
*/
.cnt-input.error, .rq-input.error, .pt-input.error {border:#F00 1px solid;}
/*	contactform1 label.error{display:block;}*/
	
.error{color:red; display:inline-block;}
.checked{background-color:green; width:25px;}

.formMessage{display:none;}
.retryFormSubmit{cursor:pointer; color:#096;}
#cnt-form input[type="text"].error, 
#cnt-form input[type="email"].error, 
#cnt-form input[type="tel"].error, 
#cnt-form textarea.error 
	{
		border:red solid 1px;
	}        
#cnt-frmsendmsg {
	text-align: center;
	margin:50px 0px 0px 0px;
	width:400px;
}
#cnt-frmsendmsg h2 {
	font-size: 24px;
}
#cnt-frmsendmsg p { text-align: center;}