body{
margin:0px;
padding:0px;
top:0px;
background-color:#e5e5e5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#87026c;
}
/*----------------------------------------------------------------------------
Page Shadowing
---------------------------------------------------------------------------*/
#page_border{
background-image:url(../images/page_border.gif); 
width:1024px; 
background-repeat:repeat-y;

}


#content{
width:924px;
text-align:left;
margin-right:-5px;
}


#header{
width:1020px;

}



#page_footer{
background-image:url(../images/page_footer.gif); 
width:1024px; 
height:95px;
}





/*----------ROUNDED CORNORS------------------*/
#rounded_top_left{ background-image:url(../images/round_cornors/top_left.gif); }
#rounded_top_right{ background-image:url(../images/round_cornors/top_right.gif); }
#rounded_top_center{ background-image:url(../images/round_cornors/top_center.gif); background-repeat:repeat-x;}

#rounded_left_side { background-image:url(../images/round_cornors/left_side.gif); background-repeat:repeat-y; }
#rounded_right_side { background-image:url(../images/round_cornors/right_side.gif); background-repeat:repeat-y; }

#rounded_bottom_left{ background-image:url(../images/round_cornors/bottom_left.gif); }
#rounded_bottom_right{ background-image:url(../images/round_cornors/bottom_right.gif); }
#rounded_bottom_center{ background-image:url(../images/round_cornors/bottom_center.gif); background-repeat:repeat-x; }
/*-------------------------------------------*/


/*----------Form Style------------------*/
input {
 border:thin solid #a60285;
}

textarea {
 border:thin solid #a60285;
}
/*-------------------------------------------*/


/*----------EDIT Style------------------*/
div.editable
{
	border: 2px solid #880000;
	position: relative;
}
/*----------close EDIT Style------------------*/

