#content_frame{
	height: 528px;
	width: 100%; /*width of menu*/
	background: white url(../images/backgrounds/mysongplayer_mirror_bg.jpg) repeat-x center top;
	display: block;
	line-height: 0px;
	border: none;
}

#mysongplayer_login{

	position: absolute;
	left: 20px;
	top: 180px;
	width: 300px;
	
	line-height: 15px;
	padding: 10px; 
	border-width: 1px;
	border-style: solid;
	border-color: black;
	
}

#mysongplayer_register{
	position: absolute;
	left: 390px;
	top: 180px;
	width: 345px;	
	
	line-height: 15px;
	padding: 10px; 
	border-width: 1px;
	border-style: solid;
	border-color: black;
	
}

#mysongplayer_text{
	position: absolute;
	left: 20px;
	top: 150px;
	width: 345px;	
	line-height: 15px;	
	font-size: 12px;
	text-align: left;
	
	
}

.form_error{
	font-size: 9px;
	color: #D42000;
	vertical-align: top;
}

.form_cell{
	vertical-align: top;
}