body {
	color: Black;
	background-color: #fff;
}


.alert 
{
    background: #fff6bf url(exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 65px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    list-style: plate;
    width:416px;
    font-family: Trebuchet MS,tahoma,arial,verdana,tahoma,verdana,sans-serif;
    font-size: 12px;
    color:#222;
}


.round_table
{
 margin: 130px 0 0px 0;
 padding: 0;
 color:#fff; 
font-family: verdana,tahoma,verdana,sans-serif;
font-size: 12px; 


}

.round_table .input_txt
{
background-color:#fdf4dd;
border: 1px solid #626f88;
padding: 2px;
margin: 0;
height:15px;
}


.round_table .div1
{
margin: 0 auto;
 width:492px; 
 height:105px; 
 text-align:left; 
 color:white; 
 padding:15px 5px 5px 5px; 
}

.round_table .div1 table
{
margin: 0 auto;

}


.round_table .chk
{

margin: 0 0px 0 0;
padding: 0;
}

.round_table .button
{
background-color:#dae6fc;
border: 1px solid #657ea2;
width:70px;
height:23px;
margin: 0 0 0 0;
padding: 0 !important;
cursor: pointer;
z-index: 444;

}

.round_table .center      /*       CENTER       */
{
width:10px;
height: 10px;
background: #85a0c0;
}

.round_table .left_top     /*       |-      */
{
width:5px;
height: 6px;
background: #333  url(roundbox/lt.png);

}

.round_table .left_bottom  /*       |_    */
{
width:5px;
height: 6px;
background: #555 url(roundbox/lb.png);
}

.round_table .left_center  /*       |:    */
{
width:5px;
height: 1px;
background: #777 url(roundbox/lm.png) repeat-y;
}

.round_table .right_center   /*       :|    */
{
width:5px;
height: 1px;
background: #999 url(roundbox/rm.png) repeat-y;
}

.round_table .right_bottom    /*       _|    */
{
width:5px;
height: 6px;
background: #aaa url(roundbox/rb.png);
}
.round_table .right_top    /*       -|    */
{
width:5px;
height: 6px;

background: #ccc url(roundbox/rt.png);
}

.round_table .center_top     /*       |-|    */
{
width:502px;
height: 100px;
text-align: left;
color: #fff;
font-weight: bold;
vertical-align: center;
background: #abc url(roundbox/cm.png);

}

.round_table .center_bottom     /*       |_|    */
{
width:5px;
height: 72px;
background: #eee url(roundbox/bm.png) repeat-x;
}