/* CSS Document */

.submit_button2 input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: none;
  width: 100px;
  background:#1A8B49;
  padding: 11px 0px;
  outline: none;
}

.details form input[type="submit"]:hover {
	background:#453F41;
}
.textInputs4{	
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	width:200px;
	height: 35px;
	border: 1px solid #B6B8BD;

/* rounded corners */
-webkit-border-radius: 3px;
-moz-border-radius: 3px; 
border-radius: 3px;
}


@font-face
{
font-family: CALIBRIB;
src: url(font/CALIBRIB_1.TTF);

}

.font1 {
	font-family:CALIBRIB;
	font-size: 16px;
	color:#676666;
	font-weight: bold;	
}


.font5 {
	font-family:CALIBRIB;
	font-size: 17px;
	color:#FFFFFF;
	font-weight: bold;	
}


@font-face
{
font-family: CALIBRI;
src: url(font/CALIBRI_1.TTF);

}



.context1{
font-family:CALIBRIB;
	font-size: 17px;
	color:#1A8B49;
	font-weight: bold;	
}
.context2{
	font-family:CALIBRIB;
	font-size: 15px;
	color:black;
	
}


.bigfont {
	font-family:CALIBRIB;
	font-size: 25px;
	color:#676666;
	font-weight: bold;	
}
.textInputs6{	
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
	width:350px;
	height: 80px;
	border: 1px solid #B6B8BD;

/* rounded corners */
-webkit-border-radius: 3px;
-moz-border-radius: 3px; 
border-radius: 3px;
}

.con_img {
	background-image: url(images/contact_img.jpg);
	background-repeat: no-repeat;
	width:150px;
	height: 195px;
}.brcolor {
	border: solid #006600;
}
