	/*** RESET ***/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
		margin:0; 
		padding:0; 
	} 
	table { 
		border-collapse:collapse; 
		border-spacing:0; 
	} 
	fieldset,img {  
		border:0; 
	} 
	ol, ul {
		list-style: none;
	}
	/*************/
	
	
	
	html { height: 110%; }
	
	body {
		font-size: 62.5%;
		text-align: center;
		font-family: "Arial", sans-serif;
	}

	p, th, td, label {
		font-size: 1.4em; 
		line-height: 1.4;
		text-align: left;
	}
	
	td label { font-size: 0.6em; }
	
	p { margin-bottom: 20px; }
	
	td {
		vertical-align: middle;
		padding-left: 10px;
	}
	
	tr {
		height: 30px;
	}
	
	#admin {
		width: 900px;
		margin: 10px auto 10px auto;
		text-align: left;
	}
	
	h1 { font-size: 3em; color: #bbbbbb; font-style: italic; }
	h2 { font-size: 2em; }
	h3 { font-size: 2em; color: #cc6600; margin-bottom: 10px; }
	h5 { font-size: 1.2em; font-weight: normal; }
	h6 { font-size: 1.6em; }
	
	tr.unread td { font-weight: bold; }
	
	.righto { text-align: right; }
	.centero { text-align: center; margin-left: auto; margin-right: auto; }
	
	input.btn {
		/* height: 20px; */
		padding-left: 10px;
		padding-right: 10px;
		background: #ccccff;
		color: #000000;
		/* background: #333 url(/img/btn-send.gif) no-repeat; */
		outline: none;
		border:1px solid;
	   border-top-color:#696;
	   border-left-color:#696;
	   border-right-color:#363;
	   border-bottom-color:#363;
	}
	
	input.btn:hover {
		background: #333366;
		color: #ffffff;
		/* background: #666 url(/img/btn-send.gif) no-repeat 0 -25px; */
	}
	
	.box { 
		padding: 20px;
		border: 1px solid #bbbbbb; 
		margin-bottom: 20px;
	}
	
	.error {
		color: #cc0000;
		background-color: #ffff33;
		margin-bottom: 10px;
	}
	
	.filename {
		display: inline;
		float: left;
		padding-right: 40px;
	}
	
	.dummy { clear: both; }