/* Layout Style Sheet :: ourbutton.com Login */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

body {
	background-color: #fff;
	text-align: center;
    font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	padding: 0px;
	margin: 0px;
	height: 100%;
}

/* Formatting Styles */

img {
	border: 0px;
}

/* Container Styles */

#container {
	position: relative;
	width: 380px;
	height: auto;
	margin: 70px auto 0px auto;
	text-align: left;
	background: #eb6502 url(../images/layout/bg_login.jpg) top left no-repeat;
}

#container_content {
	position: relative;
	margin: 20px auto 0px auto;
	width: 300px;
	height: 400px;
}

/* Content Styles */

#logo {
	position: relative;
	margin: 0px auto;
	width: 205px;
	height: 60px;
	padding-top: 25px;
}

#message {
	position: relative;
	background: #eb6502;
	border: 1px solid #fff;
	color: #fff;
	width: 288px;
	font-size: 1.2em;
	padding: 5px;
	margin: 10px auto 0px auto;
	text-align: center;
	font-weight: bold;
}

#container_content_footer {
	clear: both;
	width: 380px;
	height: 20px;
	margin: 0px auto;
	background: #eb6502 url(../images/layout/bg_login_footer.jpg) top left no-repeat;
}

#footer {
	position: relative;
	width: 380px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

/* Text Styles */

p {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: 10px 0px;
	text-align: center;
}

fieldset p {
	margin: 10px 0px 0px 0px;
	text-align: left;
}

#footer h1 {
	font-size: 1.4em;
	color: #333;
	margin: 0px 0px 5px 40px;
}

#footer p {
	font-size: 1.2em;
	color: #333;
	margin: 0px 0px 10px 40px;
	text-align: left;
}

/* Form Element Styles */

form {
	margin-top: -10px;
}

fieldset {
	border: 0px;
	margin: 0px 0px 0px -5px;
}

label {
	font-size: 1.6em;
	color: #fff;
}

.input {
	background: #f4f4f4;
	border: 1px solid #a20101;
	color: #000;
	width: 288px;
	font-size: 1.6em;
	padding: 5px;
}

.submit {
	float: right;
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background: #fff url(../images/layout/bg_submit.gif) top left repeat-x;
	color: #333;
	font-size: 1.4em;
}

/* Link Styles */

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	background: #a20101;
	text-decoration: none; 
}

#message a:link, #message a:visited {
	color: #fff;
	text-decoration: none;
}

#message a:hover {
	color: #fff;
	background: #a20101;
	text-decoration: none; 
}