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

form{
	padding:0px;
	margin:0px;
}

input, textarea{
	width:286px;
	
	padding:2px;
	font-size:95%;
	padding-bottom:5px;
	
	border-top: 1px solid #662d91;
	border-left: 1px solid #662d91;
	border-bottom: 1px solid #d4c2df;
	border-right: 1px solid #d4c2df;
}

.button{
	width: 60px;
	background-color:#FFFFFF;
	border-top: 0px;
	border-left: 0px;
	
	color:#662d91;
	font-weight:bold;
}

textarea{

	height:200px;
}
.checkbox{
	width:15px;
	height:15px;
}