/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/



.notification_error
{
	font-family: "Muli", sans-serif;
	font-size: 14px;
	color: #003;
height: auto;
width: 450px;
padding: 4px;
background: transparent;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
	font-family: "Muli", sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	color:#003;
	background:transparent;
height: auto;
width: 90%;
padding: 8px;
text-align: center;
-moz-border-radius: 5px;
}


.contact
{
	color: #0C294A;
}



.contact_button
{
width: 100px; height:28px;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
background-color:#D0DADC;
color: #0C294A; 

}

/* Label */
.contact_label { 
	font-family: "Muli", sans-serif; 
	font-size:16px;
	line-height: 20px;
	font-weight: 500;
	display: block; 
	float: left; 
	width: 130px;  
	text-align: left; 
	margin: 0px;}

.contact_formrow { 
	padding: 5px 0; 
	clear: both; 
	width: 100%; 
	float: right;} 

.contact_formrow1{ 
	margin-left: 140px;
	padding: 5px 0; 
	clear: both; 
	width: 150px;  }

	    

/* Input, Textarea */

input, textarea
{
height:28px;
width: 320px;
margin: 2px;
padding: 5px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
color: #0C294A;
font: 14px Verdana, Helvetica, Arial, sans-serif;
 -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
textarea { height: 100px; }

/* BR */

br { clear: left; }

	@media only screen and (max-width: 768px) {
    .contact{
	color: #0C294A;}
		
		.contact_label { 
	font-family: "Muli", sans-serif; 
	font-size:12px;
	line-height: 14px;
	font-weight: 500;
	display: block; 
	float: left; 
	width: 80px;  
	text-align: left; 
	margin: 5px;
		padding: 0}

.contact_formrow { 
	padding: 5px 0; 
	clear: both; 
	width: 100%; 
	float: right;} 

.contact_formrow1{ 
	margin: 0px;
	padding: 5px 0; 
	clear: both; 
	width: 100%;  }
		
input, textarea
{
height:28px;
width: 100%;
margin: 2px;
padding: 5px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
color: #0C294A;
font: 14px Verdana, Helvetica, Arial, sans-serif;
 -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
		textarea { height: 100px; }
    }
	
   


