@import url('reset.css');

body {width:100%; height:100%; overflow:hidden; font-family: 'Quicksand', sans-serif; font-size:12px;}

a {text-decoration: none; color:#555; font-weight:700; font-size:12px;}

#bg {width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;}

#logo {display:none; width:413px; height:84px; background:url(../img/logo.png) no-repeat; position:absolute;}

#intro {display:none; position:absolute; color:#555; font-size:12px; text-shadow:1px 1px 1px #fff;font-weight:700;}

#member {display: none; position:absolute; bottom:0; right: 0; margin: 0 30px 30px 0; background:url(../img/mpn.png) no-repeat right bottom; width: 236px; height: 39px; font-size:11px; color:#555;font-weight:700; padding-top:30px; text-decoration:none;}

.button {display:block; width: 116px; height: 20px; background:url(../img/button.png) no-repeat; text-decoration:none; padding-top:7px; text-align:center;}
.button.green {background:url(../img/button-green.png) no-repeat;}
.button.red {background:url(../img/button-red.png) no-repeat;}

#contact-button {display:inline; position: absolute; font-size:12px; font-weight:700; color:#555; left:-1000px;}

#contact-form-holder {position:absolute; overflow:hidden; height:426px; opacity:0; left:-2000px;}
	#contact-form {width: 512px; height: 326px; display:block; background:url(../img/form.png) no-repeat;padding:50px 60px; overflow:hidden;}
	#form {width:512px; float:left; height:326px; display:block; margin-right: 60px;}
		#form label {display:block; margin-bottom:10px; font-weight:700; float:left;}
		#form input {padding: 10px; width:490px; border:1px solid #aaa; margin-bottom:20px;}
		#form textarea {padding: 10px; width:490px; border:1px solid #aaa; margin-bottom:20px; height:75px;resize: none;}
		#form #cancel-button {float:left; left:0;}
		#form #send-button {float:right; right:0;}
		#form .form-error {float:right; right:0; color:#d10a0a; display:block; display:none;}
	#contact-message {float:left; width:512px; display:block; height:326px;}
		#contact-message h2 {color:#333; font-weight:700; font-size:16px; margin-bottom:40px; margin-top: 60px}
		#contact-message p {margin-bottom: 145px;}
		#contact-message #close-dialog {float:right;}
		#contact-message-error h2 {color:#333; font-weight:700; font-size:16px; margin-bottom:40px; margin-top: 60px}
		#contact-message-error p {margin-bottom: 145px;}
		#contact-message-error #reset-dialog {float:right;}

.msvisible {display:block !important;opacity:1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important;}

