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

html {
	font-family: "Century Gothic", Arial, sans-serif;
}

p {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
}

h1 {
	font-weight: normal;
	color: #333333;
	font-size: 22px;
}

h2 {
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	color: #0099CC;
}

input {
	color: #666666;
	border: 1px solid #CCCCCC;
	width:150px;
}

input#buttom  {

	width:80px;
}


label {
	width: 60px;
	float: left;
	font-size: 70%;
	font-weight: bold;
	clear: both;
	margin-top: 6px;
}

label .info {
	font-size: 80%;
	font-weight: normal;
	color: #999;
}

.valid, .invalid {
	font-size: 80%;
}

.valid {
	clear: both;
	font-weight: bold;
	color: #009900;
	margin-bottom:5px;
}

.invalid {
	clear: both;
	font-weight: bold;
	color: red;
	margin-bottom:5px;
	
}

.box400 {
	width: 300px;		
	padding: 20px;
	border: 2px solid #27842d;
}

#content{
	width:350px;
	margin:30px auto;	
	
}

.clear {
	clear: both;
}
