@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

* {
padding:0;
margin:0;
}

body {
text-align:center;
background:url(images/bgw.jpg) repeat;
background-attachment:fixed;
background-color:#f7f7f7;
font-family:"Lucida Grande", Arial, Helvetica;
color:#464646;
}

#holder {
margin:0 auto;
text-align:left;
}

#content {
margin-top:20px;
margin-left:10px;
margin-bottom:40px;
}

#text {
padding-right:20px;
}

#text p {
padding-right:30px;
}

h1 {
font-size:22px;
line-height:30px;
font-weight:300;
}

p {
font-size:13px;
margin-top:10px;
}


#signup {
height:589px;
width:249px;
background:url(images/smallorange_08.png) no-repeat;
text-align:center;
}

h2 {
font-size:18px;
font-weight:300;
color:#FFF;
margin-top:20px;
margin-bottom:10px;
}

.input {
font-family:"Lucida Grande", Arial, Helvetica;
margin-top:15px;
padding:5px;
width:180px;
font-size:16px;
color:#ACACAC;
font-weight:300;
border:1px solid #FFFFFF;
}

.submit {
margin-top:20px;
}

.style2 {
	font-size: 20px;
	border-bottom:1px dotted #999999;
	padding-bottom:3px;