/* CSS3

	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);

	text-shadow: 0px 0px 0px #000;
	-moz-text-shadow: 0px 0px 0px #000;
	-webkit-text-shadow: 0px 0px 0px #000;

	transition: all 0.0s ease-in;
	-moz-transition: all 0.0s ease-in;
	-webkit-transition: all 0.0s ease-in;

*/

/* Default reset ------------------------------------ */
abbr, acronym, address, applet, b, big, blockquote,
caption, center, cite, code, dd, del, dfn, div, dl,
dt, em, fieldset, font, form, html, i, iframe, img,
ins, kbd, label, legend, li, object, ol, pre, q, s,
samp, small, strike, strong, sub, sup, span, table,
tbody, tfoot, thead, td, th, tr, tt, u, ul, var {
	font-size: 100%;
	vertical-align: baseline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
}
blockquote:after, blockquote:before, q:before, q:after {
	content: '';
	content: none;
}
blockquote, q {
	quotes: none;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}

/* Tags --------------------------------------------- */
a {
	color: #FAA019;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
body {
	font: 12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5A5A5A;
	background: #1E1E1E url(../../img/body-bg.jpg);
	margin: 0px;
	padding: 60px 0px;
}
div.error-message {
	color: #FFF;
	background: url(../../img/error-message-bg.png);
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 5px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.error-message img {
	vertical-align: middle;
	margin: 0px 0px 3px 0px;
}
div.login {
	background: #D2D2D2;
	width: 240px;
	height: 230px;
	float: left;
	padding: 15px 30px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 05px 0px 0px 5px;
}
div.password-recovery {
	background: #FFF;
	width: 240px;
	height: 230px;
	float: left;
	padding: 15px 30px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}
h1 {
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 15px 0px -15px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
label {
	color: #000;
	display: block;
	margin: 10px 0px;
}
label.login {
	float: right;
}
label.remember-me {
	float: left;
}
label.remember-me input {
	vertical-align: text-bottom;
	margin: 0px;
}
input.field,
textarea.field {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	padding: 3px;
	border-top: 1px solid #AAADB2;
	border-right: 1px solid #E2E2EC;
	border-bottom: 1px solid #E2E9EF;
	border-left: 1px solid #E2E2EC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
p {
	margin: 15px 0px;
}
p.contact-us {
	margin: 43px 0px 13px 0px;
}

/* Id's --------------------------------------------- */
#content {
}
#footer {
	color: #3C3C3C;
	text-align: center;
	clear: both;
	padding: 30px 0px 0px 0px;
}
#header {
	text-align: center;
	padding: 0px 0px 30px 0px;
}
#inline-contact-us {
	background: #FAA019;
	width: 390px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#inline-contact-us div {
	background: #FFF;
	padding: 0px 15px 15px 15px;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#inline-contact-us div form {
	background: #F0F0F0;
	padding: 5px 15px 10px 15px;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#inline-contact-us div form input.field,
#inline-contact-us div form textarea.field {
	margin: 10px 0px;
}
#inline-contact-us h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 5px 15px;
}

/* Classes ------------------------------------------ */
.btn-default {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	background: url(../../img/btn-default-bg.jpg) repeat-x 0px 0px;
	height: 23px;
	padding: 0px 10px;
	border: solid 1px #F5AF14;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn-default:hover {
	background-position: 0px -23px;
	border-color: #F0820A;
	cursor: pointer;
}
.clear-both {
	clear: both;
}
.display-none {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.wrap-all {
	width: 600px;
	margin: 0px auto;
}