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

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	width: 188px;
	height:25px;
	line-height:25px;	
}
input[type="radio"] {
	width:24px;
}
input[type="text"] {
	background: transparent;
	border:#000000 1px solid;
}
textarea {
	background: transparent;
	border:#000000 1px solid;
	color:#000000;
}




select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height:25px;
	line-height:25px;
	
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width:190px;
}

#submit {
	width: 145px;
	height: 35px;
}

#registered {
	font-size:15px;
}