﻿/* Special Input Styles */
/* ----------------------------------------------- */

.textboxinput {
	width: 565px;
	height: 25px;
	margin-left: -1px;
	margin-top: -2px;
	font-size: .9em;
	font-weight: bold;
	color: #4c4b4b;
	border: none;
	background-color: #c2c2c2;
    position: relative;
    top: 0px;
    padding-left: 5px;
    z-index: 999;
}

.textboxinputnew {
	width: 380px;
	height: 25px;
	margin-left: -1px;
	margin-top: -1px;
	font-size: .9em;
	font-weight: bold;
	color: #4c4b4b;
	border: none;
	background-color: #c2c2c2;
    position: relative;
    top: 0px;
    padding-left: 5px;
}

.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 {
	width: 569px;
	height:24px;
    background-color: #c2c2c2;
    border: 0px;
}

.textboxnew {
	width: 380px;
	height:24px;
    background-color: #c2c2c2;
    border: 0px;
}

.textboxfocus { 
	width: 380px;
	height:24px;
	background: url( '../images/input/input_box.gif' ) -380px 0px no-repeat;
}

.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: 540px;
	height: 290px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: .9em;
	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 {
	width: 550px;
	height: 300px;
}

.textareafocuslarge {
	width: 550px;
	height: 300px;
}