/* CSS Document */

* { margin:0 auto;
	padding:0;
}

.clear {
clear:both;
}


div#contacthead {
height:90px;
width:388px;
margin-left:10px;
float:left;
background-image:url(images/head_contact.gif);
}
	div#contacthead h1.contact {
	display:none;
	}
	
div#line01 {
margin-top:10px;
height:20px;
}
	div#line01 p.phone {
	width:80px;
	float:left;
	color:#0099FF;
	}
	div#line01 p.phnumber {
	width:250px;
	float:left;
	}
	
div#line02 {
height:20px;
margin-top:5px;
}	
	div#line02 p.fax {
	width:80px;
	float:left;
	color:#0099FF;
	}
	div#line02 p.fnumber {
	width:250px;
	float:left;
	}
	
div#line03 {
margin-top:5px;
height:auto;
}	
	
	div#line03 p.address {
	width:80px;
	float:left;
	color:#0099FF;
	}
	div#line03 p.info_address {
	width:250px;
	float:left;
	}
	
div#line04 {
height:20px;
margin-top:8px;
}	
	
	div#line04 p.mail {
	height:20px;
	width:80px;
	float:left;
	color:#0099FF;
	}
	div#line04 p.linkmail {
	width:250px;
	height:20px;
	float:left;
	}
		div#line04 p.linkmail a {
		color:#333333;
		text-decoration:none;
		}
			div#line04 p.linkmail a:hover, div#line04 p.linkmail a:active {
			color:#000066;
			text-decoration:underline;
			}
		
div#line{
height:40px;
width:100%;
border-bottom-width:thin;
border-bottom-style:ridge;
border-bottom-color: #FFFFFF;
}

div#register{
	width:90%;
	height:200px;
	float:left;
	margin-top:20px;
}

	div#register div#button_register {
	margin-top:20px;
	}
	
		div#register div#button_register ul#reghere {
		list-style:none;
		}
			div#register div#button_register ul#reghere li a {
			display:block;
			text-indent:-9999px;
			height:21px;
			float:left;
			outline:none;
			}
				div#register div#button_register ul#reghere li a.registerhere {
				background-image:url(images/button_registerhere_contactpage.jpg);
				background-repeat:no-repeat;
				background-position:bottom;
				width:102px;
				background-color:#00CC66;
				}
					div#register div#button_register ul#reghere li a.registerhere:hover, div#register div#button_register ul#reghere li a.registerhere:active {
					background-position:top;
					}  <!--button register style-->
			
