body {
	
	font-family: 'Ruluko', sans-serif;
    font-size:14px;
	color:#000;
}
body#loginBody {
	text-align: center;
	margin: 100px;
}

h1#logo a, h1#logo a:link, h1#logo a:visited, h1#logo a:hover {
    display: block;
    width: 190px;
    height: 60px;
    text-indent: -999em;
    text-decoration: none;
    background: none;
    margin:0 auto 0 auto;
}

input:focus, textarea:focus {
    color: #F70;
    background: #FEA;
    -moz-outline-style: none;
}

input[type="hidden"] { border: 0; }

.submit {
    font-family: Arial, Helvetica, sans-serif;
 	margin:10px auto 10px auto;
    text-shadow: #333 -1px -1px 0px;
    background-color: #DB8606;
    color: #FFF;
    border:1px solid #666;
    font-weight:bold;
    width:190px;
}

input[type="submit"]:focus {
    border: 1px solid #E50;
    border-right-color: #FBA;
    border-bottom-color: #FBA;
    background: #F70;
    color: #FEA;
}

h1 { font-size: 2.7em; color: #F70; margin: 0; text-align: center;}
h2 { font-size: 1.7em; color: #F70; margin: 0; text-align: center;}

div#loginBox {
	width: 500px;
	padding: 5px 20px 5px 20px;
	padding: 5px 20px 5px 20px;
	margin: 0 auto 0 auto;
	background: #fff;
	text-align: center;
	border:5px solid #ddd;
}
div#copyRights {
	font-size: 1.0em;
	text-align: center;
    color:#666;
}

#copyRights a, #copyRights a:link, #copyRights a:visited, #copyRights a:hover {

    text-decoration: none;
    background: none;
    color:#666;
}

a {font-size: 15px}


input[type=text] { 
	width: 250px;
    margin-left: 5px
    
}

input[type=password] { 
	width: 250px;
    margin-left: 5px
    
}

select { 
	width: 100px;
    margin-left: 5px
    
}
textarea { 
	
    margin-left: 5px
    
}

input[type="submit"] { width: auto; font-size:13pt; margin:20px auto 20px auto; }



div#radiotoolbar {
	padding-top:20px;
	padding-bottom:20px;
	height:30px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:22px;
	vertical-align:middle;
	cursor:pointer;

}

textarea{
    width:250px;
    height:70px;
}

ul {
margin-bottom: 10px;
list-style-type: none; 
}

li{
 text-align: center;
	font-size: 1.0em;
	padding-top:20px;
}

select{
    height:23px;
}






