@charset "utf-8";
/* CSS Document */

.contactform, .MessageSent {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding: 20px 30px 20px 30px;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #030303;
	border: none;
	display:inline-block;
	min-height: 483px;
}
.contactform h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #444;
    margin: -10px -30px 30px -30px;
}
.contactform h1>span {
    display: block;
    font-size: 11px;
}
.contactform label {
    display: block;
    margin: 0px 0px 5px;
}
.contactform label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform textarea, .contactform select {
	border: none;
	color: #525252;
	height: 25px;
	line-height:15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 70%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #DFDFDF;
}
.contactform textarea {
	resize:none;
}
.contactform select {
    background: #DFDFDF url('down-arrow.png') no-repeat right;
    background: #DFDFDF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
	color: #525252;
	line-height: 25px;
}
.contactform textarea{
    height:100px;
	padding: 5px 0px 0px 5px;
	width: 70%;
}
.contactform .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}

.contactform .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

#Contact_Border {
	display:inline-block;
	float:right;
    border-radius: 15px;
    border: none;
	background: #CCC;
    padding: 10px; 
    width: 410px;
    height: 483px;    
}

#Contact_Border #blurp {
	margin-top:10px;
	margin-bottom:10px;
}

#Contact_Border #address {
	margin-top:10px;
	margin-bottom:10px;
	Margin-left:20px;
	color:#666666;
}
#Contact_Border #phone {
    margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	color:#666666;
}
