@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
	font-size:12px;
	color:#19371E;
	font-weight:normal;
	}

body {
	background-color:#666666;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#185685;

	}
 
 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -200px;
   text-align: center;
   min-width: 900px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 600px;
	height: 380px;
	margin: 0px auto;
	border:1px solid black;
	padding:10px;
	}

.registerTitle {
	font-weight:bold;
	text-align:left;
	padding-left:50px;
	}
 
.registerTitleNotes {
	font-weight:none;
	color:#000000;
	font-size:10px;
	text-align:left;
	padding-left:50px;
	}	

	
.registerSubmit {
	border:1px solid;   
    border-color: #696 #363 #363 #696;  

	margin:3px;
	width:185px;
	background-color:#19371E;
	color:#ffffff;
	}
#footer {
	background-image: url('footer.gif');
	text-align: center;
	color: #ffffff;
	}

.area img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
opacity: 0.7;
}

.area:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity: 1;
}

#telephone {
	text-align center;
	font size=16px;
	color:#19371E;;
	font-weight:bold; }
	