﻿@import url(oneColumn.css);

#content
{
	width: 555px;
}

#mainCol
{
	padding-bottom: 200px;
}

span.required
{
	color: #ff0000;
}

#registerForm dt
{
	clear: left;
	float: left;
	width: 150px;
	line-height: 22px;
}

#registerForm dd
{
	margin: 0 0 10px 0;
}
/* commented by saion
#registerForm input.textBox
{
	width: 200px;
}
*/

#registerForm input.checkBox
{
	width: auto;
}

#registerForm input.phoneNum
{
	width: 30px;
	margin-right: 10px;
}

label.optionGroup
{
	font-weight: bold;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#registerForm p.groupTitle
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
