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

@font-face {
 font-family: H1Font;
 src: url("../fonts/Avgardm.eot") /* EOT file for IE */
}
@font-face {
 font-family: H1Font;
 src: url("../fonts/Avgardm.ttf") /* TTF file for CSS3 browsers */
}

.table{
	background-image:url(../images/dots-b.png);
	background-repeat:repeat-y;
	background-position:right;

}
.text{font-family:H1Font, Verdana, Geneva, sans-serif; font-size:11px; color:#666; width:200px;}
.textcapcha{font-family:H1Font, Verdana, Geneva, sans-serif; font-size:13px; color:#666; width:100px;}

.form{
	font-family:H1Font, Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	text-align: left;
}

#message{ font-family:H1Font, Verdana, Geneva, sans-serif; font-size:13px; color:#666; width:200px;
	width:200px;
	height:50px;
}
