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

/*DOORSTEP*/
.input {
	padding:5px;
	color:#999;
	font-size:20px;
	width:400px;
}
.button 	{
	font-weight : normal;
	font-size : 18px;
	color: #333;
	letter-spacing:-1px;
	background-color:#ccc;
	padding:5px 10px 5px 10px;
	}


/*REGISTER*/
.select {
	padding:5px;
	color:#999;
	font-size:20px;
	width:100%;
}

.required {
	color:#900;
	font-size:10px;
	text-align: left;
}

