@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin:0 auto;
	padding:0;
	background:url(../images/bg.jpg) repeat-x top;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif
}

a:link {color:#336699; text-decoration:none}
a:visited {color:#336699; text-decoration:none}
a:active {color:#336699; text-decoration:none}
a:hover {color:#3399CC; text-decoration:none;}




.cssform p{
position:relative;
width: 350px;
clear: left;
margin-left: 25px;
font-size:14px;
font-weight:bolder;
color:#fff;
text-align:left;
padding: 10px 0 0 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 75%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 280px;
}

.cssform textarea{
width: 250px;
height: 60px;
}

.required-fields {
	color:red;
	font-size:12px;
	text-align:left;
	}
	
.form {
	background-color:#000;
	width:575px;
	padding:20px;
	padding-left:0;
	text-align:left;
	border:none;
	}

.form-intro {
	color:#fff;
	font-size:12px;
	text-align:left;
	}

