
/*****************************
* Customer Service Styles 
*****************************/

#customerService {
	width: 710px;
	_width: 750px;
	padding: 0 5px;

}

/*****************************
* Right Column Styles 
*****************************/

#rightCol {
	display: block;
	float: right;
	width: 240px;
}

#rightCol h3 {
	margin-left: 0 !important;
	margin-bottom: .75em;
	padding-right: 25px;
	text-align: left;
	line-height: 1.2em;
	font-size: 13px;
}

#rightCol h5 {
	margin: 0 0 1.5em 0 !important;
	padding-right: 2em;
	text-align: left;
	font-size:11px;
	line-height: 1.3em;
}

#rightCol p, #rightCol li {
	padding-right: 25px;
	text-align: left;
	line-height: 1.3em;
}

hr {
	margin: 1em 1.7em 1em 0;
}

.faqs {
	margin-top: -1em;
	display: none;
}

#rightCol a:link {
	text-decoration: underline;
}

#rightCol a:hover {
	text-decoration: none !important;
}

#rightCol li {
	margin-left: 1.25em;
	_margin-left: 1.5em;
	padding-bottom: .75em; 
	list-style: disc;
}

/*****************************
* Sign In ID Styles 
*****************************/

#restricted {
	clear: both;
	padding: .5em;
	background: #eee;
	border: 1px solid #ccc;
}

#returningCust {
	float:left;
	width: 360px;
	margin-right: 10px;
}

#newCust {
	width: 360px;
}

#newCust ul {
	margin: 1em 0 1em 1.5em;
}

#gcMember{
	margin: 1em 0;
}

/*****************************
* Form Styles 
*****************************/

.radio {
	position: relative;
	top: 0px;
	margin-right: 3px;
}

.textBox {
  text-align: left;
	margin-bottom: .5em;
}

label {
  float: left;
	margin-right: 1em;
	margin-bottom: 0;
	_margin-bottom: .5em;
 	 width: 85px;
  	text-align: right;
	font-weight: bold;
}

.helpIcon {
	margin-left: 3px;
}

input:focus {
 background: #ffd;
} 

/*****************************
* Fieldset Styles 
*****************************/

fieldset {
	margin: 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #ccc;	
	background: #eee;
}

legend {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/*****************************
* Error Styles 
*****************************/

.customerServiceErrors {
	border: 1px dotted #c00;
	margin-bottom: 1.5em;
	padding: 1em;
	min-height: 30px;
	background: #ffc url('/images/soccer/fplayout05/elements/icons/stop.png') 5px 5px no-repeat;
	color: #c00;
}

 .customerServiceErrors p {
	margin-left: 55px;
}

 .customerServiceErrors ul {
	margin-left: 85px;
}

.customerServiceErrors li {
	padding-left: 
	color: #c00;
}

.fixError {
	color: #c00;
	font-style: italic;
}

input.fixError {
	background: #ffc !important;
}

#verificationSuccess {
	margin: 0 0 1em -10px;
	padding: 2em 1em;
	background: #ffc;
	font-size: 80%;
}

