/*---------------------------------------------------------
version:1.1
author: Andrew Sherman
Company: VisualBlaze
File: indyJ.form.css
-----------------------------------------------------------*/


#regForm fieldset {
	width: 500px;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

#regForm legend {
	font-weight: bold;
	color: #000000;
}

#regForm label {
	/*display: block;*/
	float: left;
	width: 12em;
	margin-right: 2px;
}

#regForm input{
	width: 300px;
	margin-bottom: 5px;
}

#regForm select {
	margin-bottom: 5px;
}


#regForm textarea {
	width: 300px;
	height: 100px;
}


#regForm .formSubmit {
	display: inline;
	width: 140px;
	height: 30px;
	margin-top: 10px;
	margin-right: 50px;
	font-weight: bold;
	font-size: 11px;
	background: #D08C18;
	float: right;
}

#regForm input.radio,#regForm input.radio2,#regForm input.checkbox,#regForm select {
	width: auto;
}

#regForm input.radio {
	float: left;
	margin-right: 1em;
}

/*attribute selector for FF - default input colour fades with white*/

#regForm input[type="text"],#regForm textarea,#regForm input,#regForm select,#regForm input.checkbox {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



#regForm input:focus,#regForm textarea:focus,#regForm select:focus {
	background: #ffc;
}

/*<p> styling - this overrides the main layout p style set in basic*/

#layout1 #col1 p {
	margin-bottom: 0px;
}

.regSmallText {/*text above submit button instructing to print for record*/
	display: inline;
	font-style: italic;
	font-size: 10px;
	float: right;
	clear: right;
}

/*--------------------------------------------------
playerInfo form styling [found on playerDetail.php]
---------------------------------------------------*/
.playerInfoForm {
	/*background: #999;*/
}

.playerInfoForm fieldset legend {
	color: #001E51;
}

.infoInputTextField {
	margin-bottom: 5px;
	color: #999;
}

.playerInfoForm textarea {
	font-family: arial;
	font-size: 11px;
	color: #999;
	width: 154px;
}

/*----------------
login_request form
-----------------*/
