/***********************************************************************************************************
	FORM ELEMANLARI TANIMLARI
***********************************************************************************************************/

.formLine {
	border:0px solid #CCCCCC;
	border-top-width:1px;
}

.formFloatSeperator {
	clear:both;
	height:10px;
}

.formDesc {
	color:#666666;
}

.formSubtitle {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

.inputButton {
	color:#FFF;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	height:24px;
	min-width:100px;
	border:1px solid #666666;
	background: white url(../img/button_back.png) repeat-x;
}

.inputButton:hover {
	background: white url(../img/button_back_hover.png) repeat-x;
}

.inputButtonRed {
	color:#222222;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	height:24px;
	min-width:100px;
	border:1px solid #666666;
	background: white url(../img/admin_button_red.png) repeat-x;
}

.inputText {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:200px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:5px;
}

.inputText:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

.inputTextSmall {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:131px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:5px;
}

.inputTextSmall:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

.inputTextSmallMini {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:53px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:5px;
}

.inputTextSmallMini:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

.inputTextSmallTiny {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:17px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:5px;
}

.inputTextSmallTiny:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

.inputTextarea {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:300px;
	height:100px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:5px;
}

.inputTextarea:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

.inputPassword {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:200px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-size:9pt;
	padding:5px;
}

.inputFile {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:208px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-size:9pt;
	padding:5px;
}

.inputSelect {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:212px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:5px;
}

.inputSelect:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

.inputSelectMini {
	background:#FFFFFF url(../img/input_back.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	width:68px;
	height:26px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#032A3F;
	font-size:9pt;
	padding:3px 3px 4px 3px;
}

.inputSelectMini:focus {
	background:#FFFFFF url(../img/input_back_focus.png) repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#d41212;
}

/***********************************************************************************************************
	FORM ELEMANLARI TANIMLARI SON
***********************************************************************************************************/
