* { padding: 0; margin: 0; }

body 
{ 
	font-family: Arial,Helvetica,sans-serif; 
}

input { border-color: #999999; border-width: 1px; padding: 3px; }

h2#developer
{
	 font-size: 12px;
	 padding:10px;
}

#header { width: 100%; height: 77px;  }
#header #logo { margin-top: 32px; width: 186px; height: 91px; cursor: pointer; }

#signin
{
	color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    width: 316px;
    padding: 5px 0 10px 10px;
}

#wrapper
{
	width:974px;
	margin: 0 auto;
}

img#process
{
	float:left;
	margin:20px 25px 20px 50px;
}

#maintanance-text
{
	width:600px;
	height:auto;
	margin:15px 25px 20px 10px;	
	padding:15px;
	float:left;
}

#maintanance-text h3
{
	margin-bottom:10px;
}

p#visit-home
{
	height: 40px;
    margin: 0 auto;
    padding: 5px;
    width: 270px;
    background: url("/resources/img/images/home_w.png") top left no-repeat;
    padding:22px 0 0 45px;
}

#main-container
{
	background: url("/resources/img/images/login-bg.png") top left repeat-x;
	border:1px solid #d2d2d2;
	border-radius:15px;
	font-size: 13px;
	height: auto;
    padding: 0 20px 5px;
    float: left;
    height: auto;
    width: 974px;
    padding:50px 20px 20px 20px;
}

#activationmessage
{
	width: 254px;
	height:auto;
	padding:10px;
	margin:5px auto;
}

#login-box, #timeout
{
	border:1px solid #d2d2d2;
	margin: 0 auto;
    width: 264px;
    border-radius:10px;
    background-color:#f3f3f5;
    padding:25px 25px 15px 25px;   
    margin-bottom:10px;
}

input#password, input#username, input#email, input#password_confirm, input#captchaElement-input, input#code
{
	width: 254px;
	height:20px;
	margin:5px 0;
}

.brand_color_button{ background: none; background-color:#0067A6; border-width: 1px; border-style: solid; border-color: #0067A6; color: #ffffff; cursor: pointer; border-radius:5px; padding:3px 8px; font-size:12px; font-weight:bold; float:left; }

ul.errors li
{	
	font-size:12px;
	color:red;
	list-style-type: none;
	margin:0 0 5px 0;
}

#lost-password
{
	width:150px;	
	padding:5px;
	float:right;
}

.clear{ clear:both; }


a{	color:#999999; }

a:hover{ color:#666666; }

p, #instructions-label, #instructions2-label
{
	padding: 2px 0 10px 0;	
	color:#666666;
}
 
#footer 
{ 
	width:100%; 
	height: 40px;
	float: left; 
	margin:10px 0 0 15px;
}

#footer #logo { width: 33px; height: 17px; float: left; }

p.errormessage
{
	width:304px;
	height:auto;
	padding:5px;
	margin:10px auto;
	color:red; 
}

#footer a 
{ 
	color: #999999;
	text-decoration: none; 
}

#footer_text 
{ 
	float: left;
	padding-top: 7px;
	font-size: 11px;
	padding-left: 10px;
	color: #999999; 
}

p#footer_text img{ margin-right: 10px; }
#troubleshooting-link{ width: 145px; margin:0 auto;}
#myModal
{
	color:#333;
	font-size: 11px;
	
}
#myModal h3 
{
	color:#333;
	padding:3px, 0, 10px, 10px;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(/resources/img/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/