
.leftSide {
	float: left;
	width: 49%;
	margin-bottom: 1em !important;
}

.rightSide {
	float: right;
	width: 49%;
	margin-bottom: 1em !important;
}

.indentright {
	text-indent: 20px
}

.clear {
	clear: both !important;
}

.regDays {
 background: #eee;
 border: 1px solid #ccc;
 margin: 1em 0;
 padding: 1em 1em 0 1em;
}

.regDays p {
 margin: 0 0 1em 0;
}

#regForm h1 {
 margin-top: 1em;
 padding: 0;
 font-size: 135%;
}


#regForm h3 {
 font-size: 140%;
 margin: 0 0 .5em 0;
 padding: 0;
 color: #c00;
}


#regNavbar {
 padding: 0px;
}

#regNavbar li{
 display: inline;
 list-style: none;
}


fieldset {
	margin: 2em 1em;
	padding: 1em;
	position: relative;
	background: #eee;
	border: 1px solid #ccc;
}

legend {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #777;
	/* The following rules are aplied only to IE */
	_position: absolute; 
	_left: 10px; 
	_top: -10px;
}

fieldset p {
	font-weight: bold;
	margin-bottom: 2px;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

#regForm label {
  float: left;
  width: 215px;
  padding-right: 2px;
  font-weight: 90%;
  text-align: right;
  }

#reg input {
  float: right;
  width: 335px;
  text-align: left;
  } 
  
/*****************************
* Survey Styles 
*****************************/

#survey #content {	
	float: left;
	background: url('/images/soccer/fplayout05/elements/backgrounds/2Col.gif') repeat-y 0 0;	
}

#survey #centerCol {
	width: 600px;	
}

#survey #rightCol {
	display: none;
}

#survey #leftCol {	
	width: 149px;	
	margin: 0px;	
	padding: 0px;	
	float: left;	
	text-align: center;	
	padding-bottom: 10px;
}

#survey .ratingRowOdd, #survey .ratingRowEven {
	margin-bottom: .25em;
	padding: 2px 0;
	_font-size: 90%;
}

#survey .ratingRowOdd {
	background: #ddd;
}

#survey #regForm label {
	width: 105px;
}

#survey #regForm h3 {
	margin-bottom: 1em;
	_font-size: 125% !important;
}

#survey #regForm br {
	display: block;
}

/*****************************
* Misc. Styles 
*****************************/

#finePrint {
 color: #666;
 font-size: 80%;
 margin-top: 4em;
}

.missing {
 color: #c00;
 font-weight: bold;
}

#alert {
 background: #ffc;
 border: 1px solid #ccc; 
 font-size: 90%;
 text-align: center;
}

.example {
 color: #666;
}

.rules {
 color: #c00;
}


#winnerTxt {
	float: left;
	width: 215px;
}

#photos {
	margin: 0;
	padding: 0;
	background: url(/channels/features/regForm/xlpix.jpg) bottom right  no-repeat;
	height: 620px;
}

.required {
	color: #c00;
	font-weight: bold;
}

.noFloat {
	width: 215px !important;
	clear: both;	
}


