@charset "utf-8";
/* CSS Document */

div.reg {
	width: 435px;
	margin: 0px 10px 10px 0px;
	padding: 0px 6px 6px 0px;
	background-image: url(../images/img_shadow.gif);
	background-position: bottom right;
}
div.reg form {
	margin: 0;
	padding: 0 1em;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
}
div.reg form fieldset {
	border: 1px solid #D0D0E0;
	margin-top: 0.75em;
	padding-bottom: 0.75em;
}
div.reg form legend {
	margin: 0 0 0 0.5em;
	padding: 0 3px;
	font-size: 1.3em;
	color: #0093D8;
}
div.reg form fieldset label {
	display: inline-block;
	width: 150px; /* Width of labels */
	margin-right: 10px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: right;
	vertical-align: top;
}
div.reg form fieldset ol {
	margin: 0;
	padding: 0;
}
div.reg form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
div.reg form input[type=text], div.reg form textarea {
	width: 200px;
	padding: 1px;
}
div.reg form input[type="checkbox"] {
	margin-right: 0.5em;
	vertical-align: middle;
}
div.reg form input[type="radio"] {
	vertical-align: middle;
}
div.reg form select {
	width: 204px;
}
div.reg form em {
	font-weight: bold;
	font-style: normal;
	color: #F00000;
}
div.reg form h6 {
	margin-left: 1em;
}
div.reg form .radio span {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: right;
	vertical-align: top;
}
div.reg form .radio label {
	display: inline-block;
	width: 50px;
	margin-right: 0;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
	vertical-align: top;
}
div.reg form .checkbox label {
	width: 350px;
	margin-left: 35px;
	font-weight: normal;
	line-height: 1.8em;
	text-align: left;
	vertical-align: top;
}
div.reg form .checkbox textarea {
	width: 325px;
	margin-left: 35px;
}
div.reg form .checkbox h6, div.reg form .checkbox p {
	padding-top: 0.75em;
	margin-left: 35px;
}
div.reg form fieldset.buttons {
	border: none;
	text-align: right;
}
div.reg form fieldset.buttons input[type="submit"] {
	margin-right: 5px;
	padding: 3px 30px;
	vertical-align: middle;
}
div.reg form fieldset.buttons input[type="reset"] {
	padding: 0 5px;
	vertical-align: middle;
}
