/* student.pvideo.com.hk -  Login Style */

/*background-image: url(../images/bg.jpg); */
/*no lamp*/
div.main_bg {
	position:absolute;
	width:1999px; height:815px;
	left:-510px;
	background-position: center top; 
	background-repeat: no-repeat;
	
}
/*background-image: url(/images/green_backgrd_repeat.jpg); */
div.ff_main_content {
	position:relative;
	height:815px;
}


/********** Login Area *************/
/*background-image: url(../images/login/pvideo_login_image.jpg); */
/*width:975px; height:510px;*/
/*top:90px; left:0px;*/
div.login_content div.login_area {
	position:relative;
	width:1000px; height:510px;
	top:90px; 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.login_content div.login_form {
	position:absolute;
	width:370px; height:200px;
	top:200px; left:550px;	
}

div.login_content div.login_form table {
	width:100%;
}

div.login_content div.login_form table  td.title {
	color:#B8FA00;
	text-align:right;
}

div.login_content div.login_form table  td.func {
	width:121px; height:48px;	
}

div.login_content div.login_form table  td.forget {
	text-align:right;
	vertical-align:top;
	padding-top:8px;
}

span.frm_text {
	color:#FF0000;
}

div.login_content input {
	width:100%;
}

/********** Forget Password *************/
div.forget_psw_form {
	position:absolute;
	width:320px; height:200px;
	top:200px; left:600px;	
}

div.forget_psw_form table td.head {
	text-align:left;
	font-size:20px;
	font-weight:bold;
}

div.forget_psw_form input {
	width:150px;;
}


form#frm_login td{
	color:white;
}




