
.text1  { color: #600; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text2  { color: #c00; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text3	{ font-size: 14px; }
.textform { color: #000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.formbutton { color: #fff; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #c00 }

/* VIDEO PLAYER */
.overlay {
	background:url(../img/interface/gray.png) no-repeat;
	padding:40px;
	width:658px;
	display:none;
	z-index:9999;
}

.close {
	background:url(/img/interface/download.png) no-repeat;
	position:absolute;
	top:2px;
	display:block;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player {
	display:block;
	height:400px;
}

/* end */

