﻿/* Special Input Styles */
/* ----------------------------------------------- */

.textboxinput 
{
    width: 95%;
	height: 36px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4c4b4b;
	border: none;
	background-color: #c2c2c2;
    position: relative;
    top: 0px;
    padding-left: 5px;
   
}

.textboxinputnew {
    width: 95%;
	height: 36px;
	margin-left: -1px;
	margin-top: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4c4b4b;
	border: none;
	background-color: #c2c2c2;
    position: relative;
    top: 0px;
}

.textboxinputsmall {
	width: 190px;
	height: 23px;
	margin-top: -2px;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #232323;
    top: 0px;
    padding-left: 5px;
}

.textboxinputtiny {
	width: 133px;
	height: 23px;
    top: 0px;
	margin-top: 0px;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #232323;
    padding-left: 5px;
}

.textbox {
}

.textboxnew {

}

.textboxfocus { 
	width: 100%;
}

.textboxsmall {
	width: 190px;
	height:24px;
	background: url( '../images/input/input_box_small.gif' ) top left no-repeat;
}

.textboxfocussmall {
	width: 190px;
	height:24px;
	background: url( '../images/input/input_box_small.gif' ) -190px 0px no-repeat;
}

.textboxtiny {
	width: 133px;
	height:24px;
	background: url( '../images/input/input_box_tiny.gif' ) top left no-repeat;
}

.textboxfocustiny {
	width: 133px;
	height:24px;
	background: url( '../images/input/input_box_tiny.gif' ) -133px 0px no-repeat;
}

/* Special Text Area Styles */
/* ----------------------------------------------- */

.textareainput {
	width: 370px;
	height: 170px;
	margin-left: 4px;
	margin-top: 2px;
	color: #4c4b4b;
	border: none;
	background-color: Transparent;
	font-size: .9em;
}

.textareainputlarge {
	width: 100%;
	height: 290px;
	margin-top: 2px;
	color: #4c4b4b;
	border: none;
	background-color: #c2c2c2;
    resize: none;
    font-size: .9em;
    font-weight: bold;
    font-family: open_sanssemibold;
}

.textarea {
	width: 380px;
	height: 180px;
	background: url( '../images/input/text_area_small.gif' ) top left no-repeat;
}

.textareafocus {
	width: 380px;
	height: 180px;
	background: url( '../images/input/text_area_small.gif' ) -380px 0px no-repeat;
}

.textarealarge {
}

.textareafocuslarge {
}