/* CSS Document */

body 
{
	background:#000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:12pt;
	width:400px;
	margin:0;
	padding:0;
	color:#FFFFFF;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{

margin:0 auto;
width:475px;
}

img
{
	border:0;
}

/* ----------- stylized ----------- */
#stylized{

}


h1
{
	font-size:18px;
	color:#e2007a;
}

#stylized h1 {
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
color:#fff;
margin-bottom:20px;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:normal;
text-align:left;
width:100px;
float:left;
font-size:12px;
color:#e2007a;
padding-top:5px;
}

.textfield{
float:left;
font-size:12px;
padding:6px;
border:solid 2px #333;
width:284px;
margin:0px 0 5px 0px;
color:#e2007a;
}



.textfield:focus, select:focus, textarea:focus {
background:url(../giffs/textbxbgd.gif) no-repeat #fff;
border:2px solid #e2007a;
}


.btnclass
{
	margin-left:100px;

}
.formtitle
{
font-size:20px;
}
