input[type="text"], input[type="password"], select, option, textarea{

	height: 30px;
	width: 98%;
	padding-left: 5px;
	padding-right: 5px;
} 

input[type="submit"]{
	width: 240px;
	height: 30px;
}

/* user configuration system */
form > div{
	margin-top: 10px;
	margin-bottom: 30px;
	height: 40px;
	/*border: 1px solid;*/
	width: 100%;
}
