body {
	background: #FFF;
}
.container {
	background: #FFF;
}
.inputs {
	font: 12px Arial;
	color: #666;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	width: 180px;
}
label {
	font: 12px Arial;
	font-weight: bold;
	color: #0076ce;
}
h1 {
	font: 21px Arial;
	color: #46c2ff;
	font-weight: bold;
	margin: 2px;
}
p {
	font: 12px Arial;
	color: #F60;
	margin: 2px;
}
.head {
	background: #FFF;
	text-align: center;
	width: 100%;
}
.logo {
	position: absolute;
	right: 2px;
	bottom: 2px;
}
.submit {
	font: 12px Arial;
	padding: 7px 15px;
	background-color: #46c2ff;
	border: 1px solid #ffff77;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: mouse;
	cursor: hand;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #666;
}
.submit:hover, .submit:focus {
	background: #ff8f20;
	box-shadow: 1px 1px 5px #AAA;
}
.success {
	display: none;
}
.success p {
	font: 12px Arial;
	color: #00d700;
	font-weight: bold;
	padding-left: 5px
}
.error {
	color: red;
	border: 1px solid red;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold
}