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

.lag{
	font-size:18px;
	line-height:30px;
}

.lag span{
	color:#006600;
	font-size:18px;
	line-height:30px;
}

form span{
	color:#990000;
}

#content table{
	width:100%;
	margin:15px 0px;
}

#content table *{
	font-size:13px;
}


#content table th,
#content table td{
	padding:10px 5px 10px 15px;
	border:1px #CCC solid;

}

#content table th{
	background-color:#F1F1F1;
	width:120px;
}

#content table  .select{
	text-align:center;
}

#content table  .select label{
	font-size:24px;
	line-height:30px;
	margin-right:18px;
}

#content table  .select label input{
	margin-right:15px;
}

#content table td p{
	margin-bottom:10px;
}


#content table td .ss{
	width:120px;
}

#content table td .s{
	width:160px;
}
	
#content table td .m{
	width:210px;
}

#content table td .l{
	width:320px;
}

#content table td .ll{
	width:465px;
}

#content table td.float{
	overflow:hidden;
}

#content table td.float p{
	display:inline;
	float:left;
	margin-right:10px;
}


#content table td.float #name{
	width:210px;
}

#content table td.float #company{
	width:219px;
}

#content table td.float #company span{
	font-size:10px;
}

p.btn{
	text-align:center;
}

.error{
	clear:both;
	color:#F00;
}