/* Designed by W. Chen, Created 2007-03-03 */

*{ margin: 0; padding: 0; }
body { color: #000000; background: url(images/bg.gif) top left repeat;}

#mainbox { width: 700px; margin: 200px auto; border: #45474B 3px solid; text-align: center; }
#mainbox_top{ height:16px;}
#mainbox_top_left{width:20px; background: url(images/mainbox_topleft.gif) top left no-repeat;}
#mainbox_top_border{ background: url(images/mainbox_topborder.gif) top left repeat-x;}
#mainbox_top_right{ width:20px; background: url(images/mainbox_topright.gif) top right no-repeat;}

#mainbox_left_border{width:20px; background: url(images/mainbox_leftborder.gif) top left repeat-y;}
#mainbox_right_border{width:20px; background: url(images/mainbox_rightborder.gif) top right repeat-y;}
#mainbox_content { background-color:#FFFFFF; padding: 20px; }

#mainbox_bottom{ height:16px;}
#mainbox_bottom_left{width:20px; background: url(images/mainbox_bottomleft.gif) top left no-repeat;}
#mainbox_bottom_border{ background: url(images/mainbox_bottomborder.gif) top left repeat-x;}
#mainbox_bottom_right{ width:20px; background: url(images/mainbox_bottomright.gif) top right no-repeat;}

#message_head { margin: 0 0 10px 0; font-size: 20px; font-weight:bold; }
