body {

background:#F0F0F0;

margin:0;

padding:0;

font-family: Verdana;

}

.admin_side{

padding-bottom:20px;

float:right;

}

#logout{

background: url('../images/logout.png') no-repeat;

display: block;

height:47px;

width:50px;

float:right;

}

#logout:hover{

background: url('../images/logout_hover.png') no-repeat;

}

#usermanager{

background: url('../images/user.png') no-repeat;

display: block;

height:48px;

width:48px;

float:right;

}

#usermanager_add{

background: url('../images/user_hover.png') no-repeat;

display: block;

height:48px;

width:48px;

float:right;

}

#usermanager_add:hover{

background: url('../images/user.png') no-repeat;

}

#frontpage{

background: url('../images/frontpage.png') no-repeat;

display: block;

height:48px;

width:48px;

float:right;

}

#frontpage:hover{

background: url('../images/frontpage_hover.png') no-repeat;

}

#pdf{

background: url('../images/pdf_logo.png') no-repeat;

display: block;

height:48px;

width:48px;

}

#pdf:hover{

background: url('../images/pdf_logo_hover.png') no-repeat;

}

#upload{

background: url('../images/upload.png') no-repeat;

height:48px;

width:48px;

float:right;

}

a{

text-decoration: none;

color:#C64934;

}

a:hover{

text-decoration: underline;

color:000000;

}

#login {

	background: #fff;

	border: 2px solid #992824;

	margin: 5em auto;

	padding-top: 5px;

  padding-left: 15px;

	padding-right: 15px;

	padding-bottom: 15px;

	width: 16em;

	text-align:center;
	position:relative;

}

#login h1 {

	color: #6699CC;

}

textarea, input, select {

background:#F4F4F4;

border:1px solid #B2B2B2;

color:#C64934;

font-family:Georgia,"Times New Roman",Times,serif;

margin:1px;

padding:3px;

font-weight:bold;

}

#image{

margin:0;

padding:0;

}

.aruanded{

background:white url(../images/button_bg.png) repeat-x;

border:3px double #CCCCCC;

font-size:11px;

font-weight:bold;

line-height:20px;

padding:0 10px;

text-align:left;

width:500px;

padding-bottom:8px;

position:relative;

}

#done{

font-weight:bold;

text-transform:uppercase;

color:green;

border:1px solid green;

width:500px;

background-color:A0A0A0;

}

.copy{

position:absolute;

right:0px;

bottom:0px;

font-size:9px;

color:#E6E6E6;

}

#error{

font-weight:bold;

text-transform:uppercase;

color:red;

border:1px solid green;

width:500px;

background-color:C0C0C0;

}