#wrapper * {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	margin:0 auto;
	width:760px;
}
#logo {
	padding:42px 0 25px 0;
}
form {
	background:url(../img/bg.gif) repeat-x;
	position:relative;
	height:370px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.tl, .tr, .bl, .br {
	position:absolute;
	width:9px;
	height:10px;
}
.tl {
	background:url(../img/tl.gif) no-repeat;
	top:0px;
	left:-1px;
}
.tr {
	background:url(../img/tr.gif) no-repeat;
	top:0px;
	right:-1px;
}
.bl {
	background:url(../img/bl.gif) no-repeat;
	bottom:0px;
	left:-1px;
}
.br {
	background:url(../img/br.gif) no-repeat;
	bottom:0px;
	right:-1px;
}
#main {
	background:#ff6600 url(../img/curve.gif) right no-repeat;
	width:290px;
	height:150px;
	padding:10px 0 10px 310px;
	position:absolute;
	top:100px;
}
#main h2 {
	font-size:20px;
	padding-left:50px;
}
#main p {
	font-size:11px;
	color:#FFFFFF;
}
#main a {
	color:#FFFFFF;
}
#main dt {
	float:left;
	width:65px;
	text-align:right;
	padding-right:5px;
}
#main dt, #main dd {
	line-height:2.5;
}
#main label {
	color:#FFFFFF;
	display:block;
}
#main input {
	border:1px solid #cccccc;
	width:138px;
	padding:2px;
	font-size:11px;
}

#main input:focus {
	background-color:#fee3cc;
}
#main .btn {
	border:none;
	width:auto;
	padding:0;
	margin:10px 10px 10px 95px;
}
.red{color:#FF0000;}
#sidebar {
	text-align:center;
	line-height:3;
	width:180px;
	position:absolute;
	top:121px;
	right:0px;
	z-index:1;
}
#sidebar img { 
	padding-bottom:10px; 
}
#copy {
	float:left;
	padding-top:20px;
}
#verisign {
	float:right;
	padding-top:5px;
}
