@charset "utf-8";
/* CSS Document */

#box{
	height:auto;
}

#box p{
	padding:22px 22px 0 22px;
	text-align:justify;
	
}

h2{
	color:#437AB4;
	font-family:Segoe UI,Tahoma,Verdana,Geneva,sans-serif;
	font-size:18px;
	font-weight:lighter;
	padding:25px 15px 0 20px;
}

a:link, a:visited{
	color:#437AB4;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

input, textarea{
	border: solid 1px #666;
}

input:hover, input:focus, textarea:hover, textarea:focus{
	border: solid 1px #437AB4;
	background:#B1D7E4;
}

p img{
	vertical-align:middle;
}