#bodyContainer {
	clear: both;
}

div.row {
	clear: both;
	margin: 0;
	float: left;
	background-color: #FFF;
  width: 875px;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

div.row.alt {
	/*background-color: #FEF0D8 !important;*/
}

div.row.no_border {
	border: none !important;
	padding-bottom: 0 !important;
}

div.row.no_border p {
  padding: 0 10px 0 10px;
}
 
span.label {
	float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 10px 0 10px;
}

span.label.grouped {
	padding-left: 25px;
}

span.label_only {
	width: 99%;
	margin: 0;
	padding: 0;
}

span.input {
	margin: 0;
	padding: 0;
	margin: 0 0 10px 20px;
}

div.input {
	/*margin: 0 0 0 30px;*/
	float: left;
}

#form_elements {
	clear: both;
  margin-top: 20px;
}

/*
	width needs to be set in each pages div. eg.

	#p1_div #buttons {
		width: 20%;			<-- one button
		width: 35%;			<-- two buttons
		width: 50%;			<-- three buttons
	}
*/
#buttons {
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	width: 30%;
}

#buttons div.button {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.underline1 {
	width: 82%;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 40%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

.page_content {
	clear: both;
	margin-left: 30px;
}

.info_box {
	clear: both;
	padding-bottom: 2em;
	float: left;
	width: 100%;
	/*margin: 0 0 0 50px !important;*/
	margin: 0 !important;
}

.yb_info p {
	width: 100%;
}

.tip {
	float: right;
	/*margin: -35px 0 5px 0;*/
}

span.form_field_error {
	font-weight: bold;
}

span.label img.form_field_error_image {
	vertical-align: middle;
}

span.form_field_error span.form_field_required {
	visibility: hidden;
	margin: 0 0 0 -5px;
}

div.rb_info p {
	margin-bottom: 0;
}

/* IE 6 hack */
* html div.rb_info ul {
	padding-top: 0 !important;	
}

.mini_section_header {
	clear: both;
	padding: 0;
}

p.section_description {
	margin-top: 15px;
	width: 700px;
}

h1 {
	margin-bottom: 0;
}

#terms_and_conditions {
	clear: both;
	padding: 10px;
}

#terms_and_conditions #terms_and_conditions_terms {
  border: solid 1px #aaa;
  border-color: #aaa #fff #444 #aaa;
  clear: both;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 630px;
  padding: 5px 15px 0 15px;
}

#terms_and_conditions #terms_and_conditions_terms p {
  text-align: justify;
}

#terms_and_conditions #terms_and_conditions_terms ul {
	margin-left: 0 !important;
}

#terms_and_conditions #terms_and_conditions_terms ul li {
	background: none !important;
	padding-bottom: 10px !important;
}

#terms_and_conditions_accept {
  margin: 0;
  text-align: center;
}

#terms_and_conditions_accept p img {
  vertical-align: middle;
}

/*----*/
/* p0 */
/*----*/

#p0_div {
	margin-top: 20px;
}

#p0_div ul.no_background {
}

#p0_div ul.no_background li {
	background: none !important;
	padding: 0.5em 0 0.5em 1em;
}

#p0_div ul.no_background li div {
	margin: -1.37em 0 0 2em;
}

#p0_div h1 {
	margin-bottom: 15px !important;
}

/*----*/
/* p1 */
/*----*/

#p1_div {
	margin-left: 50px !important;
}

#p1_div #form_elements input, #p1_div select {
  padding: 2px;
}

#p1_div span.label {
	width: 35% ! important;
}

#p1_div #form_elements {
	margin-top: 0 !important;
}

#p1_div div.row {
	width: 865px !important;
}

/*----*/
/* p2 */
/*----*/

#p2_div {
	margin-left: 20px !important;
}

#p2_div span.label {
	width: 45% !important;
}

/*----*/
/* p3 */
/*----*/

#p3_div {
	margin-left: 20px !important;
}

#p3_div #form_elements {
	margin: 0 !important;
}

/*----*/
/* p4 */
/*----*/

#p4_div {
	margin-left: 20px !important;
}

/*----*/
/* p5 */
/*----*/

#p5_div {
	margin-left: 20px !important;
}

/*----*/
/* p6 */
/*----*/

#p6_div {
	margin-left: 20px !important;
}

/*----*/
/* p7 */
/*----*/

#p7_div {
	margin-left: 20px !important;
}

/*----*/
/* p8 */
/*----*/

#p8_div {
	margin-left: 20px !important;
}

/*----*/
/* p9 */
/*----*/

#p9_div {
	margin-left: 20px !important;
}

/*-----*/
/* p10 */
/*-----*/

#p10_div {
	margin-left: 20px !important;
}

/*-----*/
/* p11 */
/*-----*/

#p11_div {
	width: 900px;
	margin: 0 auto !important;
}

#p11_div #left {
	float: left;
	margin-top: 35px;
	width: 440px;
}

#p11_div #right {
	float: right;
}

/*----*/
/* e1 */
/*----*/

#e1_div {
}

#e1_div #buttons {
	padding-top: 15px !important;
	width: 50% !important;
}

