body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #000;
	font-size: 12px;
	font-weight: normal;
}

a{
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover{
	color: #fff;
}

.mid{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -200px;
	width: 400px;
	height: 200px;
	text-align: center;
}

.bottom{
	position: absolute;
	left: 50%;
	margin-left: -200px;
	bottom: 10px;
	width: 400px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	color:#666666;
}

.form input:focus, .form textarea:focus{
	outline: none;
	border: 1px solid #eee;
}

.form input, .form textarea {
border: 1px solid #666;
background: #000;
font-size: 12px;
font-weight: normal;
width: 123px;
color: #fff;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.form label {
width: 150px;
display: inline-block;
color: #fff;
}

.form input[type="button"]:hover {
background: #fff;
color: #000;
cursor: pointer;
}
	
#form a{
	cursor: pointer;
}

.form label {
width: 150px;
display: inline-block;
}

.form {
color: #FFFFFF;
width: 280px;
height: 370px;
top: 50%;
left: 50%;
margin-left: -140px;
margin-top: -175px;
padding-top: 80px;
position: absolute;
background: #000;
}

#message{
	width: 274px;
}