@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#00020a url(../images/bg_body.jpg) no-repeat center top;
	font:12px "Lucida Grande","Lucida Sans Unicode", sans-serif;
	color:#FFF;
}
img {
	border:none;
	outline:none;
}
textarea {
	font:12px "Lucida Grande","Lucida Sans Unicode", sans-serif;
}
#container {
	width:512px;
	height:450px;
	margin:auto;
}
#text {
	margin-top:250px;
	padding:60px 60px 20px 60px;
	
}
.formText {
	width:80px;
	height:22px;
	text-align:right;
	padding:7px
}
.form {
	width:390px;
	margin:auto;
}
.formInput {
	float:right;
	display:inline;
	width:260px;
	height:22px;
	background:url(../images/bg_input.png) top no-repeat;
	padding:7px 15px;
}
.formInput:hover {
	background:url(../images/bg_input.png) bottom no-repeat;
}
.formTextbox {
	width:80px;
	height:83px;
	text-align:right;
	padding:8px;
}
.formTextarea {
	float:right;
	display:inline;
	width:262px;
	height:81px;
	background:url(../images/bg_textarea.png) top no-repeat;
	padding:8px 15px;
}
.formTextarea:hover {
	background:url(../images/bg_textarea.png) bottom no-repeat;
}
.styledInput {
	background:transparent; 
	border:none 0px;
	width:255px;
	color:#FFF;
	font-size:12px;
	outline:none; 
}
.styledTextarea {
	background:transparent;
	border:none 0px;
	width:258px;
	height:80px;
	color:#FFF;
	font-size:12px;
	outline:none; 
}
.styledButton {
	width:154px;
	height:31px;
	background:url(../images/bg_button.png) top no-repeat;
	border:0px none;
	color:#a5cfff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	cursor:pointer;
	outline:none; 
}
.styledButton:hover {
	background:url(../images/bg_button.png) bottom no-repeat;
	color:#FFF;
}
.formButton {
	text-align:center;
}
.note {
	padding:10px 3px;
	color:#a5cfff;
	text-align:center;
}
.inputGlow {
	background:url(../images/bg_input.png) bottom no-repeat;
}
.textGlow{
	background:url(../images/bg_textarea.png) bottom no-repeat;
}
#footer{
	position:relative;
	margin-top:50px;
}