@charset "utf-8";
/* CSS Document */
body{
background: #000;
}
div.wrapper{
width:1000px;
margin:auto

}

div.main{
	margin-top: 100px;
	text-align:center;
	
}

img {
	border-style: none;
}
div #listForm{
	width: 100%;
	color:#fff;
}
form{
	margin:auto;
	width:500px;
}
form .required{
	color:#FFF;
	text-align:right;
}


