@charset "utf-8";
body {
	color: #333;
	margin-top: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 813px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.coverinput {border-color: #C00;
    border-width: thin;
    margin-top: 10px;
    height: 30px;
    width: 300px;
    font-size: 14pt;
    padding-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;}
	
.imgBor {
	border: 1px solid #CCC;
}
.formArea {
	margin-top: 10px;
	width: 250px;
	padding: 5px;
}

#formArea {
	margin-top: 10px;
	width: 250px;
	padding: 5px;
}
 a {
	color: #06C;
	text-decoration: none;
}
input[type=submit] {
	background: url("../images/next.png") no-repeat scroll 0 0 transparent;
	cursor: hand;
	cursor: pointer;
	width: 148px;
	height: 47px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
