@charset "utf-8";
#messageBox {
	height: 505px;
	width: 485px;
	padding-left: 75px;
	color: #FFF;
	background-color: #000;
	padding-top: 30px;
	position: absolute;
	left: auto;
	right: auto;
	z-index:44;
}
* {
	margin: 0px;
	padding: 0px;
}
#grayBorder {
	background-color: #999;
	height: 535px;
	width: 560px;
	position: absolute;
	z-index: 43;
	left: 4px;
	top: 4px;
	opacity:0.5;
}
#answer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	display: none;
}
#closeForm {
	height: 15px;
	width: 15px;
	background-image: url(../img/close.png);
	position: absolute;
	left: 500px;
	top: 20px;
}

input {
	background-color: #141414;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	width: 260px;
	margin-bottom: 18px;
}
label {
	width: 130px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
#send {
	color: #747474;
	font-family: "pala", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #000;
	width: auto;
	height: 15px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 0px;
	font-weight: bold;
	cursor:pointer;
}
legend {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-family: "pala", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lineSend {
	height: 1px;
	width: 270px;
	background: -webkit-gradient(linear, left top,right top, from(#737373), to(#050505));
	background: -moz-linear-gradient(left,  #737373,  #050505);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#737373', endColorstr='#050505');
}
#lineLegend {
	height: 1px;
	width: 470px;
	background: -webkit-gradient(linear, left top,right top, from(#737373), to(#050505));
	background: -moz-linear-gradient(left,  #737373,  #050505);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#737373', endColorstr='#050505');
	margin-bottom: 40px;
}
textarea {
	background-color: #141414;
	width: 400px;
	margin-top: 42px;
	height: 155px;
	margin-bottom: 20px;
	color: #FFF;
}
form p {
	margin: 0px;
}
