@CHARSET "UTF-8";
html { 
	margin:0; 
	padding:0; 
	text-align:center; 
	
	font-family: Arial, Helvetica, sans-serif;
    background-color: #29252f;
    background-image: url(images/loginBG.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 100%;
}

.loginholder {
    
	
}

.loginbody {
    width:55%;
    margin:auto;
    max-width: 720px;
    position: relative;
    top: -100px;
}

#header {

    font-size: 23px;
    font-weight: bold;
    background: #0e0e0e;
    min-height: 47px;
    height: auto !important;
    margin-top: 30%;
    text-align: center;
    color: #A1A1A1;
    padding: 25px 4px 4px 4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    letter-spacing: 4px;

}


#login{
	
	font-size:12px;
	background-color:#202527;
	color:#FFFFFF;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align:right;
	padding:20px;
    letter-spacing: 1px;
    background-image: url(images/rimsitecorner.png);
    background-repeat: no-repeat;
    background-position: bottom left;
	
	
}
ul li{
	list-style-type: none;
}

#login li {

    padding-bottom: 8px;
    letter-spacing: 4px;
    font-size: 20px;

}

#login input {
    text-align: center;
    padding: 3px;
    font-size: 20px;
    width: 240px;
}


#submit {
    margin-top: 20px;
}


#msgbox{
	font-size:10px;
	font-weight:bold;
}


a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	border-bottom:1px solid #FFFFFF;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
	width:94px;
}.button:hover {
	background-color:#77a809;
}.button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

#footer {
    clear: both;
    margin-top: 34px;
    padding: 20px;
    border-top: 1px solid #9e9e9e;
    font-size: 16px;
    color: #a2a2a2;
    letter-spacing: 2px;
}





