


#page-wrap {
	width: 800px;
	background: #f3f3f3;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 600px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
	
}

#contact-area {
	width: 740px;
	margin-top: 25px;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 650px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #bbbbbb;

}

#contact-area textarea {
	height: 115px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 40px;
	background:transparent;
    background-image: url(../images/botomcontactbox.png);
    width: 131px;
	height: 51px;
	border: 0px;
}

#contact-area input.submit-button:hover {
	width: 100px;
	float: right;
	margin-right: 40px;
	background:transparent;
    background-image: url(../images/botomcontactbox.png);
    width: 131px;
	height: 51px;
	border: 0px;
	color: #ffffff;
	
}



label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/*
efect 3D text rolover
*/
.text-3d {
	color:#ffffff; font-weight:bold; text-shadow: 1px 1px 5px #000; font-size:45px;
}

.text-3d:hover {
	color: #ffffff;
	text-shadow: 1px 1px 5px #244e6f, 2px 2px 5px #244e6f, 3px 3px 5px #244e6f;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
}

.linkcontact {
	top:145px;
	left:82px;
	position:absolute;
	width:179px;
	height:107px;
	
}
