.text_dark
{
    color: #553A84;
}

textarea, .textinput
{
	width:200px;
	border:1px solid #CCCCCC;
	margin:0px;
}

div.content
{
	 float:left;
	 width:563px;
	 overflow:hidden;
     padding:0px 20px 0px 20px;
	 height:100%;
	 
	 background:#FFFFFF;
}

div.content_
{
float:left;
background: url(../images/purple_fgprint.gif) 100% 100% no-repeat;
width:563px;
}

div.content_border
{
	float:left;
	width:9px;
	background:url(../images/right_border_purple.gif);
	height:100%;
}

#menu
{	float:left;
	width:213px;
	height:100%;
	background:#9781B8;
	border-left:12px solid #9781B8;
	border-right:9px solid #9781B8;
}

#middle
{
	float:left;
	background:#9781B8;
}

div.menutext
{
	/*background:url(../images/purple_dot.gif);*/
	padding:0px 10px 9px 10px;
	width:191px;
	color:#FFFFFF;	
	overflow:hidden;
}

#t
{
	float:left;
	background: url(../images/purple_t.gif) no-repeat;
	height:24px;
	width:100%;
}

#b
{	
	float:left;
	height:20px;
	width:100%;
	background: url(../images/purple_b.gif) no-repeat; 
}

#footer
{
	float:left;
	padding-top:5px;
	padding-left:12px;
	padding-bottom:5px;
	color:#9781B8;
	font-size:65%;
}

div.menu_b
{	
	height:11px;
	/*background: url(../images/purple_menu_b.gif) no-repeat; */
}


