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

#livehourForm{
	width:800px;
	margin:25px auto;
	}

h2 {
	font-size: 16px;
	color: #000;
	background-color:#ccccff;
	text-indent: 12px;
	line-height:38px;
	margin-bottom: 12px;
}

.attentionBox{
	width:700px;
	margin:10px auto;
	padding:8px 8px 8px 16px;
	color:#FF5555;
	border:#CCF solid 5px;
	}
.attentionBox_b{
	width:700px;
	margin:10px auto;
	padding:8px 8px 8px 16px;
	color:#222;
	border:#ccc solid 5px;
	}
.attentionText{
	text-indent:5px;
	color:#FF5555;
	line-height:14px;
	font-size:11px;
	}


#livehourForm table {
	font-size: 12px;
	width: 732px;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto;
}
#livehourForm table th {
	font-weight: normal;
	color: #eee;
	background-color: #aaaaff;
	text-align: left;
	vertical-align: top;
	border-width: 3px;
	border-style: solid;
	border-color: #ddd;
	padding: 8px;
	width: 125px;
}
#livehourForm table td {
	font-size: 12px;
	color:#111;
	border-width: 3px;
	border-style: solid;
	border-color: #ddd;
	padding: 8px;
	background-color:#eeeeff;
}

#livehourForm table td input{
	width:210px;
	margin:5px 0;
	}
	
.agree{
	text-align:center;
	margin:20px 0;
	}
	
.agree a{
	display:block; 
	background-color:#aaaaff;
	font-size:13px;
	line-height:36px;
	text-decoration:none;
	color:#fff;
	width:200px; 
	height:36px;
	text-align:center;
	margin:10px auto;
}

.agree a:hover{
	display:block; 
	background-color:#aaaaff;
	font-size:13px;
	line-height:36px;
	text-decoration:none;
	color:#fff;
	width:200px; 
	height:36px;
	text-align:center;
	margin:10px auto;
}

.bigcaptiion{
	margin:30px 0 20px 0;
	text-align:center;
	}
	
.karipass{
	background-color:#7777ff;
	text-align:center;
	color:#fff;
	width:736px;
	height:30px;
	line-height:30px;
	margin:20px auto;
	}