@charset "utf-8";
/* CSS Document */
fieldset {
	background-color:#CCC;
	border: 3px solid #333;
	border-radius:2px;
	margin-bottom:12px;
	overflow:hidden;
	padding:0 10px;
}

legend {
	background-color:#FC0;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	border-radius:5px;
	box-shadow:3px 3px 3px #333333;
	color:#C60;
	font-size:1.1em;
	margin:12px;
	padding:0.3em 1em;
	text-shadow:#CCC 1px 1px 1px;
	text-transform:uppercase;
}

ul {
	background-color:#F93;
	border:3px solid #333;
	list-style:none;
	margin:12px;
	padding:12px;
}

ul li {
	margin:0.5em 0;
}

label {
	display:inline-block;
	padding:3px 6px;
	text-align:right;
	width:150px;
	vertical-align:top;
}

input, select, button {
	font-size:100%;
}

.small {
	width:75px;
}

.medium {
	width:15opx;
}

.large {
	width:250px;
}
