#container {
    position:relative;
	width:600px;	
    border-color:#E9E9E9;
	border-width:2px;
	border-style:solid;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-left:20px;
	
}
.left {
	float:left;
	margin-right:-2px;
	width:300px;
    position:relative;
    border-right-color:#E9E9E9;
	border-right-width:2px;
	border-right-style:solid;
}
.right {
    float:right;
	width:298px;
	position:relative;
	border-left-color:#E9E9E9;
	border-left-width:2px;
	border-left-style:solid;
}
.inner {
    background-color: #E1F4FB;
    border-bottom-color:#E9E9E9;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
.inner_last {
    background-color: #9CCFEC;
	text-align:center;
	vertical-align:middle;
	position:relative;
	padding-top:10px;
	height:35px;
}
.inner2 {
    background-color: #FFFFFF;
    border-bottom-color:#E9E9E9;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
.inner2_last {
    background-color: #EFF6FF;
}
.clear {
    clear:both;
}
.inner_text {    
    margin-left:8px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#00507E;
}
div.left span.inner_text {
    margin-top:2px;
	position:relative;
	display:block;
}
.both {
	position:relative;
	display:block
}
.right span.inner_text {
    cursor:pointer;
}
input.inner_text, textarea.inner_text, select.inner_text {
	padding:0px;
	margin-left:8px;
	margin-right:-5px;
}
textarea.inner_text, select.inner_text, input.inner_text#name, input.inner_text#mail  {
    width:220px;
}
.submit {
    background-color:#FFFFFF;
	border:solid 1px #065A8B;
	color:#065A8B;
}