html, body{
 margin:0px;
 padding:0px;
 background:#fff;	
 }

h1{
	font-size:24px;
	color:inherit;	
}
label{
	text-align:left;
	width:140px;
	display:inline-block;	
}

p{
	margin:0px 0px 2px;
	text-align:left;	
}

a{
	text-decoration:underline;
	color:inherit;
}

input[type=text], input[type=password]{
	border:1px solid #006600;
	border-radius:4px;
	margin-bottom:4px;
	width:150px;
	color:inherit;
	padding-left:2px;
	margin-left:30px;
}

input[type=file]{
	width:0px;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
	height:0px;
	opacity:0px;
	filter: alpha(opacity=0);
}

select{
	width:100px;
	margin-bottom:4px;
	border:1px solid #006600;
	border-radius:4px;
	margin-left:4px;	
}

button{
	width:100px;
	margin:2px 55px;
	color:white;
	font-weight:bold;
        background:#003300;
	border:1px solid #003300;
	border-radius:4px;
	cursor:pointer;
	height:25px;
}

.link_btn{
	width:100px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background:#003300;
	border:1px solid #003300;
	border-radius:4px;
	cursor:pointer;
	padding:4px 2px;
	font-variant:small-caps;
	display:inline-block;
}

#header{
 text-align:center;
 /*border-top:1px solid #C00;*/
 background:#fefefe;
 /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.8, #fff), to(#C00));
 background: -moz-linear-gradient(top, #fff 80%, #C00);
 background: linear-gradient(to bottom, #fff 80%, #C00);*/
 padding:2px 2px 12px;
 margin:0px 0px 0px;
 color:#FFFFFF;
}

#header h1{
 font-size:28px;	
}

#content{
 text-align:center;
 padding:0px;
 margin:0px;
 background:white;
 border-top:#006600 1px solid;
 color:#006600;
 }

#footer{
 position:relative;
 border-bottom:1px solid #39C;
 padding:35px 0px 15px;
 background: #006600;
 /*background: -webkit-gradient(linear, left bottom, left top, from(#069), color-stop(0.9, #069), to(#FFF));
 background: -moz-linear-gradient(bottom, #069 90%, #FFF);
 background: linear-gradient(to top, #069 90%, #FFF);*/
}

#footer .footerText{
 text-align:center;
 font-size:14px;
 display:block;
 color: rgba(255, 255, 255,0.75);	
}

.error{
 color:#CC0000;
 font-size:12px;
 margin:0px;	
}

.hidden{
	visibility:hidden;	
}

.popup_background{
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: rgba(20,20,20,0.30);
	z-index:50;	
}

.popup_window{
	height:170px;
	width:370px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-200px;
	background:white;
	z-index:50;
	border:1px solid #C33;
	border-radius:8px;	
	padding:15px;
	text-align:center;
}

.popup_window span.title{
	width:370px;
	display:block;
	font-size:20px;
	text-align:center;
	margin-bottom:12px;
}
.popup_window span.message{
	width:370px;
	display:block;
	font-size:14px;
	text-align:center;	
}
.popup_window span.close{
	width:100px;
	margin:2px 55px;
	color:white;
	font-weight:bold;
	background:#030;
	border:1px solid #030;
	border-radius:4px;
	cursor:pointer;
	position:absolute;
	bottom:20px;
	left:90px;
	text-align:center;
}

/** LOGIN - DEFAULT **/

#loginContent{
	height:280px;	
	width:250px;
	margin:0px auto;
}

#addContent{
	height:auto;	
	width:600px;
	margin:0px auto;
	vertical-align:middle;
}
 
#loginForm{
	margin-top:6px;
	padding:6px 0px 20px;
}

#addForm{
	margin-top:6px;
	margin-left:85px;
	padding:6px 0px 20px;
}

#top_menu{
	text-align:center;
	padding:0px 50px 25px 50px;
	padding-bottom:10px;
	margin-bottom:40px;
	border-bottom:1px solid #030;
	}

/** REGISTER - DEFAULT **/

#registerContent{
	height:280px;	
	width:250px;
	margin:0px auto;
}
 
#registerForm{
	margin-top:6px;
	padding:6px 0px 20px;
}

#content .form_title{
	font-size:18px;
	font-weight:bold;
	padding:0px 45px 0px;
	margin:120px 0px 0px;
	text-align:center;	
}

/** ACTIVATE - DEFAULT **/

#activateContent{
	height:280px;	
	width:250px;
	margin:0px auto;
}
 
#activateForm{
	margin-top:6px;
	padding:6px 0px 20px;
}

/** REDIRECTS **/

#redirectContent{
	text-align:center;
	width:100%;
	display:block;
	padding:220px 0px;	
}

/** LIBRARY - DEFAULT **/

#libraryContent{
	width:850px;
	margin:0px auto;	
	min-height:200px;
	padding:20px 0px 40px;
	height:auto;
}

#libraryContent table{
	text-align:left;
	border:none;
	padding:10px 0px 10px;
	color:inherit;
	width:850px;
	border-collapse:collapse;	
}

#libraryContent .head{
	font-weight:bold;
	height:25px;
	vertical-align:top;	
}

#libraryContent .left{
	text-align:left;	
}

#libraryContent table tr{
	height:22px;	
}

#addFileForm{
	margin-top:15px;	
}

#addFileForm button{
	height:22px;
	display:inline;
	margin:0px;
	width:82px;
}

#addFileForm .file{
	width:210px;
	color:white;
	font-weight:bold;
	background:#6666FF;
	border:1px solid #069;
	border-radius:4px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}