@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/page_bg.jpg);
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 400px;
	margin: 50px auto;
	background: #fff;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#logo {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset {
	border:none;
}
input, textarea {
	width: 355px;
	padding: 5px;
	resize:none;
}

div.single-field {
	background: #fff;
	padding: 5px;
}

div.curFocus {
	background: #fdecb2;
}

//div.form-btn a, div.form-btn a:visited{
}
input .btn {
	position: absolute;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	bottom:25px;
	right:25px;
	display:block;
	background: #8cc63f;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	padding: 5px;
	width:100px;
	cursor: pointer;
}
div.form-btn a, a:visited {
	position:absolute;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	bottom:25px;
	right:25px;
	display:block;
	background: #8cc63f;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	padding: 5px;
	width:100px;
	cursor: pointer;
}
div.form-btn a:active, div.form-btn a:hover {
	text-decoration:none;
	color:#fff;
	background:#abdd68;
}
