/* 
    Document   : register
    Created on : Jun 12, 2009, 4:46:55 PM
    Author     : chris
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


h3 {font-size:medium;}

form fieldset {
	width:300px;
	margin-left:100px;
	text-align:left;
}
form.rfform fieldset {
	margin-bottom: 10px;
}
form.rfform legend {
	padding: 0 2px;
	font-weight: bold;
}
form.rfform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.rfform fieldset ol {
	margin: 0;
	padding: 0;
}
form.rfform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.rfform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.rfform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.rfform fieldset fieldset label {
	display: block;
	width: auto;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.rfform label {
	width: 120px; /* Width of labels */
}
form.rfform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */

}
.captcha {margin-left:122px;}
