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

/*Form Settings*/

form {
	width				: 770px;
	border				: #BDBCBC 5px solid;
	padding				: 10px;
}

fieldset{
	width				: 100%;
	border				: none;
	margin-bottom		: 0px;
}


label {
	width				: 100%;
	display				: block;
	background-repeat	: no-repeat;
}

input{
	border				: #BDBCBC 1px solid;
	margin-top			: 2px;
	margin-bottom		: 5px;
}

input#button{
	background			: #EEE;
	margin-top			: 10px;
	color				: #777;
	border				: #BDBCBC 1px solid;
}

input#radio{
	margin-top			: 2px;
	border				: none;
}

select{
	margin-top			: 4px;
	margin-bottom 		: 5px;

}

textarea{
	border				: #BDBCBC 1px solid;
	margin-top			: 2px;
	margin-bottom		: 2px;
	width				: 750px;;
}

.okey{
	color				: #0A0;
}

.error{
	color				: #F00;
}