


/*  */
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:medium;
}
/*because legend doesn�t inherit in IE */
.header-login {
	height: 35px;
	width:330px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	line-height: 35px;
	padding: 0 0 0 10px;
	margin:30px 0px 0px 0px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
	-moz-box-shadow: 0 0 2px #dddddd;
	-webkit-box-shadow: 0 0 2px #dddddd;
	background: Green;
	color: white;
	border: 1px solid #0669af;
	text-shadow: 0 1px 0 #014b80;
	float:right;
}
#box-login {
	width: 320px;
	background: white;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 3px 5px #CACACA;
	-webkit-box-shadow: 0 3px 5px #CACACA;
	padding: 10px 10px 0 10px;
	border: 1px solid #d8d8d8;
	border-top: 0;
	background: white;
	float:right
}

#username, #password {
	height: 24px;
	font-size: 20px;
	padding: 5px;
	width: 96%;
	border:1px solid #cccccc;
	background: #e5e5e5;
	-moz-border-radius: 5px;
}
#username:focus, #password:focus {
	-moz-box-shadow: 0 2px 2px #d8d8d8;
	-webkit-box-shadow: 0 2px 2px #d8d8d8;
}
.req {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 2px 0;
	color: #005898;
}
.rem {
	font-size: 12px;
	line-height: 28px;
	color: #005898;
}

#box-login p {
	margin: 0;
	padding: 0 0 18px 0;
}
.clear {
	clear: both;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}

.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 8px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-moz-box-shadow: 0 1px 2px #343434;
	-webkit-box-shadow: 0 1px 2px #343434;
	cursor: pointer;
}

.black{
	background: #141213 url("../gfx/back_black.jpg") repeat-x left top;
	color: white !important;
	border: 1px solid black;
}
.black:hover {
	background: #292728 url("../gfx/back_black_hover.jpg") repeat-x left top;
}
.themed{
	background: Green;
	color: white !important;
	border: 1px solid #2a9fee;
}
.themed:hover {
	background: #248bd0 url("../gfx/back_blue_hover.jpg") repeat-x left top;
}


#admin_container	
{
    margin-left: 20%;
	margin-right: 20%;
	width:700px;
	border:2px solid #9C0;	
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	height:auto;
	margin:0px;
	padding:0px;
}
.down{
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
}

.admin_headline {
    background: Green; /* Old browsers */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    color: #f5f5f5;
    text-align: LEFT;
    padding-left: 25px;
    text-transform: uppercase;
    line-height: 50px;
    -moz-border-radius-topright: 0.3em;
    -moz-border-radius-topleft: 0.3em;
}

.ad_content_box{	
	width:630px;
	border:1px solid #CC0;	
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height:auto;
	margin-left:20px;
	padding:15px 15px;
	float:left;
}
#MasterBody
{
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	background-image: url(../images/login_bk.gif);
	background-repeat: repeat-x;
	height: 610px;
}