*{
	margin:0;
	padding:0;
	font-family: verdana,"Times New Roman", Times, serif,  Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;

	}
 
body {	
	margin:20px auto;
	width:700px;

 }
#container{	
	width:700px;
  }
 
#footer{
	text-align:center;
	display:block;
	margin-top:80px;
	}
#footer a{
	text-decoration:none;
	color:#000000;
	}
 p{
 	margin:5px auto;
	}
	
H1{
	font-family:Helvetica,Arial,  sans-serif;
	font-size:2.5em;
	text-align:center;
	}
H2{
	font-size:1.5em;
	padding:10px 0px;
	color:#996633;
	}
.error{
	color:#ff0000;
	}
.pass{
	color:#006633;
	}

	
.with_borders{
	margin:0px 20px 20px 20px;
	padding:10px;
	border-bottom:dashed #800 1px;
	border-top:dashed #800 1px;
	} 
	
ul {
	margin:0px 20px;
	padding:10px;
 	} 
ol{
	margin:20px;
	padding:10px;
 	} 
ul li, {
	list-style:square;
	padding-bottom:10px;

 	}
ol li{
 	padding-bottom:10px;
	}
 
		
#title{
	text-align:center;
	margin:10px 0px 10px 0px;
	}
		
#header{
	margin:10px auto;
	width:650px;
	}
	
#container{
	width:100%;
	}
		
input, textarea, select{
	border:dotted 1px #999999 ;
	width:200px;
	height:24px;
	}
	
textarea{
	border:dotted 1px #999999 ;
	width:200px;
	height:60px;
	} 
#privacy{
	font-size:.9em;
 	line-height:1em;
	margin:10px auto;
	text-transform:none;
	}

#form display{
	width:650px;
	}
		
table, td {
	padding:2px 5px;
	text-transform:capitalize;
	text-align:left;
	}
.lcase{
	text-transform:lowercase;
	}
.box{
	width:15px;
	}
.box2{
	width:60px;
	}
#notes{
	width:650px;
 	}
blockquote{
	margin:15px;
	}
	.bg{
		background-color:#ddd;
	}
	.bg1{
		background-color:#eee;
	}
	.bg2{
		background-color:#FFFFFF;
	}

.cpanel{
	margin-top:20px;
	padding:5px 10px;
	border:dashed 1px #999999;
	width:auto;
	}
