@charset "utf-8";
/* CSS Document */



.common_box
{
	border: 1px solid #000099;
	margin-top: 10px;
	margin-bottom: 20px;
}

.common_box_header
{
	background-color: #C9CFFC;
	border-bottom: 1px solid  #000099;
	font-weight: bold;
	text-align: center;
}

.common_box_content
{
	padding: 10px;
    text-align: left;
}

.common_box_content .left_col
{
    float: left;
    position: relative;
    width: 550px;
    margin: 1em;
}

.common_box_content .right_col 
{
    margin: 1em;
}

.clear 
{
    clear: both;
}

label
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;

}

