
.pref {
    display: inline-block;
    font-size: 12px;
	color:#b1b0b0;
}
.error-msg
{
	color:#F00 ;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

textarea{height:40px;}
.txtcaptcha
{    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,bfe8f9+50,9fd8ef+51,2ab0ed+100;Blue+Gloss+%235 */
background: rgba(255, 255, 255, 0.8); /* Old browsers */
border:1px solid #cdcdcd !important;
display: inline-block;
color:#434344;
text-shadow:1px 1px 1px #fff;
text-align:center;
font-weight:bold; 
border:none;
font-size: 16px;

padding:5px 10px;
font-family: 'Oswald', sans-serif;
margin-bottom:5px;
border-radius:5px;
}

.captchaerror
{
    color:red !important;
    font-size:12px;     
}

.refresh
{   
    display: inline-block;
    height:20px;
	width:16px;
	cursor:pointer;
	color:#FFF !important;
    background:url("refresh.png") no-repeat;
    border: 0px solid;
	outline:none !important;
}
/*captcha ends*/

.form-inline .control-label {
    display: none;
    margin-bottom: 0;
    vertical-align: middle;
}
select
{
	padding:0px !important;
	
	
}


.outercoverfrontend {
    float: left;
    text-align: left;
    width: 100%;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	font-family: 'Oswald', sans-serif;
	color:#434344;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #5dc6f4;
	padding:0px 0px 0px 6px;
	}



/*input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

input[type=text]:focus {
    border: none;
}
*/




.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}

/*button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    float: right !important;
    margin-top: 10px;
    padding: 7px 25px;
}*/

.formtiltle {
    background: #545454 none repeat scroll 0 0 !important; 
    color: #fff  !important;
    float: left;
    font-size: 22px !important;
    font-weight: normal !important;
    height: auto !important;
    margin-top: 15px;
    padding: 8px;
    text-align: left !important;
    text-transform: uppercase;
    width: 98%;
}


 @media only screen and (max-width : 399px), handheld   and (max-device-width : 399px)
{
.submitbutton {
    width: 38% !important;
}
.outercoverfrontend {
    float: left;
    padding: 0!important;
    text-align: left;
    width: 100%;
}
.modelcontents {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    float: left;
    overflow: auto;
    padding: 34px 60px !important;
    text-align: justify;
    width: 100%;
}
}
@media only screen and (min-width : 400px) and (max-width : 619px), handheld  and (min-device-width : 400px) and (max-device-width : 619px){
.submitbutton {
    width: 22% !important;
}
.outercoverfrontend {
    float: left;
    padding: 0!important;
    text-align: left;
    width: 100%;
}
.modelcontents {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    float: left;
    overflow: auto;
    padding: 34px 60px !important;
    text-align: justify;
    width: 100%;
}}
@media only screen and (max-width : 460px){
.submitbutton {
    width: 38% !important;
}
.outercoverfrontend {
    float: left;
    padding: 0!important;
    text-align: left;
    width: 100%;
}
.modelcontents {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    float: left;
    overflow: auto;
    padding: 34px 60px !important;
    text-align: justify;
    width: 100%;
}


.errorMsg{
	background:transparent;
    border-radius: 2px;
    color: #ff0000 !important;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left:5px;
	
	}
	
	.qk_success, .success {
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}

.state-error {
    background-color: #FCC;
    border-color: #e46b66;
}

.errorMessages {
	color:red;
	font-weight:bolder;
	padding:3px 3px 5px 5px;
	width:80%
}
.successMessages {
	color:#00f;
	font-weight:700;
	padding:3px 3px 5px 10px;
	width:100%
}

