@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Gill Sans MT";
}
/* ----------- Form ----------- */
 .form{
	margin: 0 auto;
	width: 240px;
	padding: 4px;
 }
/* ----------- style ----------- */
#stylized h1 {
 font-size:18px;
 font-weight:bold;
 margin-bottom:8px;
 }
 #stylized{
	border: 7px solid #4C8C6B;
	width: 404px;
	background-color: #FFF;
 }
 #stylized h1 {
 font-size:18px;
 font-weight:bold;
 margin-bottom:8px;
 }
 #stylized .small{
 color:#ff0000;
 display:block;
 font-size:11px;
 font-weight:normal;
 text-align:left;
 width:100%;
 }
.input{
 float:left;
 font-size:12px;
 font-color:#CCC;
 padding:2px 2px;
 border:solid 1px #aacfe4;
 width:200px;
 margin:2px 0 0px 0px;
 background: #FFC;
 height:20px;
 }
 .textarea {
	float: left;
	font-family: Gill Sans MT, Georgia, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 0px 0px;
	background: #FFC;
} 
 .textarea2 {
 float:left;
 font-family: Gill Sans MT, Georgia, Helvetica, sans-serif;
 font-size:12px;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:628px;
 margin:2px 0 0px 0px;
 background: #FFC;
} 
 .list{
 float:left;
 font-size:12px;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:205px;
 margin:2px 0 0px 0px;
 background: #FFC;
} 
 .list1{
	float: left;
	font-size: 12px;
	padding: 2px 2px;
	border: solid 1px #aacfe4;
	width: 100%;
	margin: 2px 0 0px 0px;
	background: #002000;
	height: 20px;
 }
 .button {
	 width: 415px;
	 background-image:url(click-here.jpg);
	 font-size: 20px;
	 color:#00F;
	 text-decoration:underline;
	 border: 0px;
	 height:30px;
 }
 .button:hover {
	 background-image:url(click-here-over.jpg);
	 border: 0px;
 }
 .form2{
 width:642px;
 padding:4px;
 }

#stylized2 h1 {
 font-size:18px;
 font-weight:bold;
 margin-bottom:8px;
 }
 #stylized2{
	border: #C00 dashed 2px;
	width: 440px;
 }
 #stylized3 h1 {
 font-size:18px;
 font-weight:bold;
 margin-bottom:8px;
 }
 #stylized3 .small{
 color:#ff0000;
 display:block;
 font-size:11px;
 font-weight:normal;
 text-align:left;
 width:100%;
 }

 #stylized3{
	border: #F00 groove 4px;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #F00;
	padding: 10px;
 }
  #stylized4{
	border: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFF;
 }
   #stylized5{
	border: #038308 dashed 4px;
	width: 582px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
 }
   #stylized6{
	border: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #2D513E;
	height: 440px;
 }
    #stylized7{
	border: #000099 inset 1px;
	background: #DFDFDF;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
 }
