body {
	font-family: Arial, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #33648B;
}
#wrapper {
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}
#main {
	margin: 5px 0;
	padding: 20px;
	border: 2px solid #ADFF2F;
}

/**************** header ************/
#header {
	background: #5CACEE;
	margin: 10px 0;
	padding: 5px;
}
#title {
	font-size: 32px;
	font-weight: bold;
	color: white;
}
#title a {
	color: white;
	text-decoration: none;
}
/************ footer **************/
#footer {
	background: #98FB98;
	margin: 10px 0px;
	padding: 5px;
	text-align: right;
}

/************* notice ****************/
.notice {
	border: 1px solid #11eeff;
	margin: 10px;
}

.notice_title, #content_title {
	font-weight: bold;
	padding: 5px 5px 5px 20px;
}

.notice_title {	
	background: #ffee11;
}

/****************content *****************/
.content {
	border: 1px solid #ffee11;
	margin: 10px;
	padding: 0;
}
#content_title {
	background: #ADFF2F;
}
.message {
	padding:10px;
}
.note {
	margin:10px;
	color: red;
}
.list {
	margin: 10px 0 0 10px;
	border-top: 1px solid #5CACEE;
	font-weight: bold;
}
.item {
	padding: 0 10px 0 10px;
}
.submit {
	margin: 0 10px;
}
#result {
	font-size: 100px;
	font-weight:bolder;
	text-align: center;
}
/**************** choose *****************/
.choose {
	text-align: center;
	margin: 0 auto;
}
.choose a {
	text-decoration: none;
}
#choose_left, #choose_right {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	margin: 0 200px;
}
#choose_left {
	border-bottom: 1px solid #5CACEE;
}
#choose_right {

}