#form-wrapper {
	width:300px;
	height:auto;
	margin:20px auto 0 auto;
	text-align:center;
}

#form1 {
	width:auto;
	height:auto;
	padding:7px 0 7px 0;
	border:1px dashed #cacacc;
	background:#fff;
	font-size:11px;
	color:#000;
}

#form1 input, textarea {
	background:#ececec none repeat scroll 0 0;
	border:1px solid #cacacc;
	color:#000;
}

#wrong-code {
	width:287px;
	padding:4px 4px 4px 6px;
	background-color:#D70000;
	border:1px solid #990000;
	color:#FFFFFF;
}

#send-button {
	width:139px;
	height:30px;
	padding:0 2px 2px 2px;
	margin:10px auto 0 auto;
	display:block;
	line-height:15px;
	font-size:13px;
	cursor:pointer;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
