/* ----- Girlracers Panel ----------------------------------------------------- */
.GirlracersPanel {
	width:100%;
	height:100%;
	z-index:1;
}

.GirlracersPanel_Top {
	height:47px;
	background : url("images/girlracers/GirlracersPanel_top_bg.gif") repeat-x;
	
}
.GirlracersPanel_left{
	background : url("images/girlracers/GirlracersPanel_left.gif") repeat-y;
	height:auto;
	width:5px;
}
.GirlracersPanel_right{
	background : url("images/girlracers/GirlracersPanel_right.gif") repeat-y;
	height:auto;
	width:5px;
}
.GirlracersPanel_Bottom {
	background : url("images/girlracers/GirlracersPanel_bottom.gif") repeat-x;
}

.GirlracersPanel_title
{
	color : #FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:14px 9px 5px;
}

.GirlracersPanel_Content {
	padding:4px;
	background :#fff;
	height: 440px;
	width:auto;
	overflow:auto; 
	scrollbar-face-color: #990000;
    scrollbar-highlight-color: #990000;
    scrollbar-3dlight-color: #99000;
    scrollbar-shadow-color: #99000;
    scrollbar-darkshadow-color: #990000;
    scrollbar-track-color: #e2e2e2;
    scrollbar-arrow-color: #99000;

}
.GirlracersPanel_Content p{    
    font-size:12px;
	font-family:Arial;
}
.GirlracersPanel_containertools{
	width : 100%;
	text-align:right;
}
textarea{
	width: 100%;
	height: 497px;
	padding: 0px;
	font-family: Arial;
}
/* ----- end Girlracers Panel ----------------------------------------------------- */