body
{
	font-size:13px;
	font-family:"arial";
	color:#666;
	background-color:#009fe8;
	background-image:url(./images/bgn.jpg);
	background-repeat:repeat-x;
	}

.wrapper
{
	width: 888px;
	margin: 0 auto;
}
/*
.wrapper input
{
	border: solid 1px #ccc;
	height: 20px;
}
*/


.h-l
{	
	background-image:url(./images/h-left.gif); 
	height:356px; 
	width:14px;
}	

.h-c
{
	background-image:url(./images/h-bgn.jpg); 
	background-repeat:repeat-x;
	width:97%;
}	

.h-r
{
	background-image:url(./images/h-right.gif); 
	height:356px; 
	width:14px;
}
.div_confirm
{
	margin:150px auto; 
	border: solid 1px #acacac; 
	padding: 20px;
	background-color:white;	
}

.div_confirm a
{	
	color:orange;
	border:solid 1px orange;
	padding: 3px 10px;
	font-weight:bold;
	text-decoration:none;
	margin:0 3px;
}

.div_confirm a:hover
{	
	/*
	color:white;
	border:solid 1px white;
	*/
}

.div_content
{
	border: solid 1px #496f82; 
	padding: 10px;
	background-color:white;	
}

.div_content table h3
{
	background-color: #496f82;
	padding:20px;
	color: white;
}

.top_menu
{
	margin: 10px;
}

.top_menu a
{	border:solid 1px white;
	padding: 3px 10px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	margin:0 3px;
}

.top_menu a:hover
{	
	color:orange;
	border:solid 1px orange;
}

a.active_menu
{	
	color:orange;
	border:solid 1px orange;
}

.grid
{
}

.grid th
{
	/*border: solid 1px #ccc;*/
	background-color: #496f82;
	color: #fff;
}

.grid td
{
	border-bottom: solid 1px #ccc;
	
}

.button
{
	background-color:orange; 
	border:solid 1px #496f82; 
}