body 
{ 
	font-size:11pt; 
	line-height:20px; 
	font-family: arial, verdana, sans-serif; 
	background: #579fe9;
}

h1 
{ 
	padding:0px; 
	text-transform:uppercase; 
	font-size:11pt; 
	color:#000; 
	font-weight:normal; 
	margin: 0px 0 ;
	height:21px;
}
h1 span 
{
	padding:0px 0px 0px 0px;
}
p 
{
	margin:0;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
	font-weight:normal;
}

label {
    color:#000000;
	font-size:10pt;
	text-decoration:none;
	font-weight:normal;
}

a {
    color:#0000A0;
	font-size:10pt;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
    color:#ff3f3f;
}

select {
	-webkit-appearance: listbox;
}

input, select{
	border:1px solid #808080;
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-khtml-border-radius:3px 3px 3px 3px;  
}

input:hover, select:hover {
  border-color:#579fe9;
  border-width:2px;
}

  
#login_form
{
	/*float:center;*/
	/*clear:both;*/
	width:280px; 
	height:200px; 
	left:50%;
	margin-left:-140px;
	top:50%;
	margin-top:-100px;
	position: absolute;
	text-align:center;
	background:#ffffff;
	border:2px solid #808080;
	border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-khtml-border-radius:7px 7px 7px 7px;

	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6); 
	behavior: url(/pie/PIE.htc);
}