@charset "utf-8";
/* CSS Document */

h1,h2,h3,p{
	color:#FFF;
}

#innerB a{
	color:#ccc;
	padding:0 3px;
}


#form{
	margin:20px 0 10px 50px;
}
#form a{
	background:url(../../img/contact.png) no-repeat;
	width:200px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
#form a:hover{ background-position:0 -36px;}
#form a:active{ background-position:0 -72px;}
