@charset "utf-8";
/* CSS Document */

#contentbox
{
	margin-left:10px;
	padding:10px;
	width:580px;
	background-color: #5A8ED6;
	border-right: solid 10px #9CBAD6;
	border-bottom: solid 10px #9CBAD6;
}

.msg_box
{
	width:354px;
	color:#FFF;
	padding:5px;
	vertical-align:top;
	margin-bottom:5px;
}

#error
{
	background-color:#F36;
	border: solid 1px #C00;
}

#success
{
	background-color:#33CC33;
	border: solid 1px #006633;
}


#contentbox img
{
	border: #fff solid 1px;
	padding:0px;
	margin:0px;
}

.font1 
{
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body,td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#list
{
	width:354px;
	background-color: #9CBAD6;
	padding:5px;
	border: solid 1px #AEDCF8;
	vertical-align:top;
}

#list_stsp
{
	width:577px;
	background-color: #9CBAD6;
	padding:5px;
	border: solid 1px #AEDCF8;
	vertical-align:top;
}

/* link styles */
a:link 
{
	color: #555555;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #555555;
}
a:hover 
{
	text-decoration: none;
	color: ffffff;
}
a:active 
{
	text-decoration: none;
}