/* www.pvideo.com.hk - Register */
/*background-image: url(../images/bg.jpg); */
/*background-image: url(/images/green_backgrd_repeat.jpg); */
div.main_bg {
	position:absolute;
	width:1999px; height:815px;
	left:-510px;
	
	
	background-position: center top; 
	background-repeat: no-repeat;
}

div.ff_main_content {
	position:relative;
	height:815px;
}


div.sys_message{
	margin-left:30px;
	text-align:left;
	color:#B8FA00;
	font-size:16px;
}
/************** Register Form **************/
/*background-image: url(../images/login/pvideo_login_image.jpg); */
div.register_box {
	position:relative;
	width:1000px; height:510px;
	top:0px; left:-12px;
	margin:0px auto 0px auto;
	background-image: url(../images/student_channel_login_bg.jpg); 
	background-position: left top; 
	background-repeat: no-repeat;
}

div.register_form {
	position:absolute;
	width:350px; height:400px;
	top:80px; left:520px;
	border:0px solid white;
}

div.register_form div.title {
	margin-top:30px;
	height:20px;
	text-align:right;
}
	
div.register_form div.title img{
	position:absolute;
	left:-70px; top:-73px;
}

div.register_form table.reg_table {
	
	margin-top:10px; left:0px;
	width:400px;
}

div.register_form td.title {
	text-align:right;	
	width:130px; height:25px;
	vertical-align:top;
}

div.register_form td.input_area {
	text-align:left;	
	width:270px; 
	vertical-align:top;
}

div.register_form td.step {
	text-align:right;
}


div.register_form td.title, span.frm_text {
	color:#710404;
	font-size:13px;
}


div.register_form span.current {
	font-weight:bold;
	color:#639405;
}

div.register_form td.title {
	color:#B8FA00;
}

table.reg_table input{
	font-size:12px; font-family:arial, helvetica;
}
table.reg_table textarea{
	font-size:11px; font-family:arial, helvetica;
	width:270px;
	height:100px;
}





