@charset "utf-8";
/* CSS Document */


body {
	margin: auto;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, fantasy;
	font-size: 0.8em;
	color: #000;
}

img {
	border: 0;
}


/* LINKS */
a:link { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:visited {	color: #000; text-decoration: underline; }



/* DIVS */
#wrapper {
	margin: auto;
	width: 510px;
	text-align: center;
	padding-top: 200px;
}

#loginInfo {
	float:left;
	width: 210px;
	text-align: right;
	
	padding-right: 20px;
	padding-top: 14px;
}

#login {
	float:left;
	width: 240px;
	text-align: left;
	
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	
	background-image: url(../images/bg_login.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-left: 1px solid #CCC;
}

#main {
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	
}



/* TAGS */

h1 {
	margin-top: 0px;
}

input {
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #000;
}




/* CLASSES */

.loginTitle {
	font-weight: bold;
}


.btn {
	background-color: #000;
}