select {
	font-size:12px; 
	background: #f1f1f1; 
	border:1px solid #7c7c7c; border-bottom:2px;
}

table.checkBoxList td {font-size:10px; padding-bottom:10px; vertical-align:bottom;}
table.checkBoxList td.label {padding-left:10px; padding-right:10px;}

/* Player Search Box */

#searchBox {
	position:absolute; 
	top:12px; right:0px; 
	width:550px; height:55px;
	text-align:right;
}
#searchBox .searchBoxAlignRight {
	position:absolute; 
	top:0px; right:0px; 
}
*html #searchBox .searchBoxAlignRight {right:30px;} /* IE 6 Hack*/

/* Custom Text Input Fields */

.inputContainerLabel {
	color:#666666; 
	margin:0px; 
	padding:0px; padding-bottom:2px;
}
.inputContainer {padding-bottom:8px;}
.inputContainer div {float:left;} 
.inputContainer .left {
	height:34px; width:9px; 
	background: url(../img/input_bk-l.gif) no-repeat;
}
*html .inputContainer .left {width:9px;} /* IE 6 Hack */
.inputContainer .left img {height:34px; width:10px;}
.inputContainer .center {
	height:34px; 
	font-size:9px; 
	background: url(../img/input_bk-c.gif) 0px 0px repeat-x;
}
.inputContainer .right {
	height:34px; width:5px; 
	background: url(../img/input_bk-r.gif) no-repeat;
}
.inputContainer .right img {height:34px; width:5px;}
.inputContainer input {
	font:bold 16px "Courier New", Courier, monospace; color: #015524;
	background:none;
	border:0px;
	padding-top:7px;
	text-align:left;
}	
.inputContainer .actionButton input {
	height:32px;
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; color:white;
	background:url(../img/btn_bk.gif) repeat-x; 
	border:1px solid #a4a4a4;
	text-align:center;
	padding-top:0px;
	margin-top:10px;
	cursor:pointer;
}

.textareaContainer {padding-bottom:8px;}
.textareaContainer div {float:left;} 
.textareaContainer .left {
	height:75px; width:9px; 
	background: url(../img/textarea_bk-l.gif) no-repeat;
}
*html .textareaContainer .left {width:8px;} /* IE 6 Hack */
.textareaContainer .left img {height:34px; width:10px;}
.textareaContainer .center {
	height:75px; 
	font-size:9px; 
	background: url(../img/textarea_bk-c.gif) 0px 0px repeat-x;
}
.textareaContainer .right {
	height:75px; width:5px; 
	background: url(../img/textarea_bk-r.gif) no-repeat;
}
.textareaContainer .right img {height:75px; width:5px;}
.textareaContainer textarea {
	font:bold 16px "Courier New", Courier, monospace; color: #660000;
	background:none;
	border:0px;
	padding-top:7px;
	text-align:left;
}	

/* Custom Checkboxes */

.fauxCheckbox, .fauxCheckboxOn {width:20px;	height:20px;}
.fauxCheckbox *, .fauxCheckboxOn * {display:none;}
.fauxCheckbox {background:url(../img/chx-both.gif) no-repeat -20px 0; cursor:pointer;}
.fauxCheckboxOn {background:url(../img/chx-both.gif) no-repeat 0 0; cursor:pointer;}


