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

body {
	margin:0px;
	}
.intro {
	width:210px;
	height:20px;
	background-color:#f2fbff;
	border: solid 1px #1d4766;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
	color:#1d4766;
	margin-bottom:10px;
	}
.intro2 {
	width:110px;
	height:20px;
	background-color:#f2fbff;
	border: solid 1px #1d4766;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
	color:#1d4766;
	margin-bottom:10px;
	font-size:10px;
	}
select {
	width:110px;
	height:30px;
	background-color:#f2fbff;
	border: solid 1px #1d4766;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
	color:#1d4766;
	margin-bottom:10px;
	font-size:10px;
	
	
	
	}