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

/*--------------------------- top contact form --------------------------*/

#top-area {
	width: 344px;
	margin-top:2px;
	margin-right:125px;
	float:right;
}

.signup{
          background:url(../images/top_signup-but.jpg) no-repeat 0px 0px;
		  width:81px;
		  height:24px;
		  display:block;
		  cursor:pointer;
		  float:right;
		  margin-right:-210px;
}

.signup:hover{
          		background:url(../images/top_signup-but.jpg) no-repeat 0px -24px;
		  		width:81px;
		  		height:24px;
}

#Name{width:220px; height:18px; float:left; font:11px Arial, Helvetica, sans-serif; color:#666666;}
#Phone{width:109px; height:18px; float:right; font:11px Arial, Helvetica, sans-serif; color:#666666;}