@charset "utf-8";
/* CSS Document */
#outter-block{
	height: auto;
	margin: auto;
	width: 600px;
	background: aliceblue;
	padding: 20px;
	margin-top: 200px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px #C4C4C4;
}
#alert{
	text-align: center;
	color:#F00;
}
#title{
	text-align: center;
	color: rgb(125, 150, 230);
	text-shadow: 2px 2px 2px #CCCCCC;
	font-size: 24px;
	padding: 10px;
}
#inner-block{
	width: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F7F7F7;
	margin: auto;
	padding: 10px;
	color: rgb(103, 128, 119);
}
label{
	font-weight:100;
	line-height:25px;
}