/*

Modal Contact Form Template by MediaLoot
URL: http://medialoot.com/item/modal-contact-form-template

Designer: Tony Thomas

*/

.black-overlay{
	
	
	
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.envelope {
	display: none;
	
	width: 600px;
	height: 340px;
	
	
	background:#000;
}

.close-btn {
	width: 31px;
	height: 31px;
	display: block;
	background: url(images/close.png);
	text-indent: -4999px;
}

h1.title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight: normal;
	font-weight: 200;
	text-align:left;
	position: absolute;
	top: 30px;
	left: 40px;
	background: url(images/divider.png) no-repeat bottom;
	height: 40px;
	width: 280px;
}

input[type=text] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color:rgb(255,255,255);
	color: #787474;
	padding-left: 10px;
	width:280px;
	height:27px;
	border-color:rgb(182,182,182);
	border-width:1px;
	border-style:solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top:3px;
}

input[type=text]:focus, .your-message:focus {
	outline: none;
	background-color:rgb(255,255,255);
	border-color:rgb(126,139,153);
	border: 1px solid;
}

.your-message {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color:rgb(255,255,255);
	color: #787474;
	padding: 10px 0 0 10px;
	width:280px;
	height:40px;
	text-align:left;
	border-color:rgb(182,182,182);
	border-width:1px;
	border-style:solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top:3px;
          margin-bottom:3px;
}

.your-name {
	
}

.email-address {
	
}
.capt-val {
margin-bottom:10px;	
	}
.company-name{
	width:300px;
	}
.contact-num{
	
	}
.Homepage_Contact_right_content
{
	width:400px;
	}
.send-message {
	background:#F93;
	width:80px;
	height:35px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border-radius: 0px;
	-moz-border-radius: 0px;
	margin-left :55px;
}
.send-message_1 {
	background:#CCC;
	width:80px;
	height:35px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border-radius: 0px;
	-moz-border-radius: 0px;
	margin : 0px 0px 10px 10px;
}


.send-message:hover{
	width:80px;
	height:35px;
	margin-left :55px;
}

.show-btn {
	display: block;
	text-decoration: none;
	margin: 20px auto;
	width: 250px;
	font-family:"Helvetica Neue";
	font-size:14px;
	font-weight:bold;
	line-height:250%;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color:rgb(255,255,255);
	color: #787474;
	padding-left: 10px;
	width:293px;
	height:33px;
	border-color:rgb(182,182,182);
	border-width:1px;
	border-style:solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top:3px;
}

