* {
	margin:0px;
}
body {
	color:#000;
	font-size:12px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
background-attachment: fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin:0;
}
h1 {
	color:#000;
	font-size:26px;
	padding:20px;
}
#content {
	margin:15px auto;
	position:relative;
	height:100%;
}
#wrapper {
	background-color:#fff;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;
}
 input:not([type=radio]),  textarea,  select {
 background: #ffffff;
 border: 1px solid #ddd;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 outline: none;
 padding: 3px;
}
input:focus {
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	background-color:#FFFEEF;
}
p.submit {
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
button {
color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	border-radius: 5px 5px 5px 5px;
	padding:6px 8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
button:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
button:active {
color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
a {
	color:#36F;
	text-decoration:none;
}
a:hover {
	color:#09F;
	text-decoration:underline;
}
input.error {
	border-color: #D00;
	color: #D00;
	background: #FFFFFE;
}
label.error {
	display: inline-block;
	font-size: 12px;
	color: #D00;
	padding-left: 10px;
	font-style: italic;
}
