/*
|
| TITLE:    Caffeine - Login CSS 		
| AUTHOR:   Eric Shiarla	
| EMPLOYED: Pendergraphics 	
| 
| CREATED:  5.4.2006			
| MODIFIED: ---------------
|
*/


html,body{ 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: rgb(237,230,219) url(../../images/bg-body-login.jpg) repeat-x top left;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	padding: 0;
}


/* GLOBAL ELEMENTS 
----------------------------------------------------*/
h2 {
	float: right;
	margin-top: 75px;
	font-size: 110%;
	letter-spacing: 3px;
	color: #423424;
	text-transform: lowercase;
}

p {
	font-size: 95%;
	color: #564F46;
}

ul {
	color: #564F46;
}

a {
	color: #EC7100;
	text-decoration: none;
	border-bottom: 1px dashed #EC7100;
}

	a:hover {
		border-bottom-style: solid;
	}


/* GLOBAL ELEMENTS 
----------------------------------------------------*/
p.error {
	margin: 10px;
	padding: 10px 0 10px 45px;
	color: #EC7100;
	font-size: 95%;
	background: transparent url(../../images/icon-error-small.gif) no-repeat center left;	
}



/* HEADER
----------------------------------------------------*/
#header { display: none; }
	

	
/* CONTENT
----------------------------------------------------*/	
#content {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 600px;
	background: #FFFFFF url(../../images/bg-login.jpg) no-repeat bottom left;	
}


/* FORMS
----------------------------------------------------*/
form {
	float: right;
	clear: right;
	margin: 30px 0 0 0;
	width: 425px;
	background: transparent url(../../images/bg-form.jpg) no-repeat bottom right;
}

fieldset {
	border: none;
}

legend {
	margin: 15px 0;
	color: #423424;
	font-weight: bold;
}

label {
	padding: 0 3px;
	font-size: 110%;
	color: #564F46;
}

th {
	text-align: right;
}

input {
	height: 20px;
	width: 250px;
	color: #564F46;
	vertical-align: middle;
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input.submit {
	height: 30px;
	width: auto;
	color: #000;
	font-weight: normal;
}

