/*=========================================================================
|
|	file:			bkh_niceforms-alt.css
|	site:			www.bulgarische-kinderheime.de
|	descr:		Niceforms-Stile für Sidebar-Formulare
|	version:		1.0 - 2008/02/20 15:26
|
|	------------------------------------------------------------------------
|
|	author:		Christoph Schüßler
|	author url:	http://herr-schuessler.de
|
==========================================================================*/


/* 
|
|	Form defaults
|
--------------------------------------------------------------------------*/
input, textarea {
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:				0.9em;
	color:					#83817D;
	}
label {
	color:					#83817d;
	cursor:					pointer;
	padding-left:			4px;
	line-height:			16px;
	font-size: 0.9em;
	}
label.chosen {
	color:					#504F4E;
	}


/* 
|
|	Transparent Items
|
--------------------------------------------------------------------------*/
.outtaHere {
	position:				absolute;
	left:						-3000px;
	}


/* 
|
|	Selects
|
--------------------------------------------------------------------------*/
.selectArea {
	width:					200px;
	height:					21px;
	background:				url(../gfx/niceforms/select-alt-bg.png) repeat-x left top;
	}
.selectArea .left {
	width:					8px;
	height:					21px;
	float:					left;
	background:				url(../gfx/niceforms/select-alt-left.png) no-repeat left top;
	}
.selectArea .right {
	width:					21px;
	height:					21px;
	float:					right;
	background:				url(../gfx/niceforms/select-right.png) no-repeat left top;
	}
.selectArea .right a {
	display:					block;
	width:					200px;
	height:					21px;
	margin-left:			-179px;
	position:				absolute;
	}
.selectArea .right i {
	display:					none;
	}
.selectArea .center {
	width:					160px;
	color:					#83817D;
	font-size:				0.9em;
	padding-top:			4px;
	overflow:				hidden;
	white-space:			nowrap;
	}


/* 
|
|	Selects Dropdown
|
--------------------------------------------------------------------------*/
.optionsDivInvisible,
.optionsDivVisible {
	position:				absolute;
	margin-top:				-1px;
	margin-left:			1px;
	width:					172px;
	background:				#FFF;
	padding:					2px;
	font-size:				0.8em;
	z-index:					20;
	border: 					1px solid #CFCCC4;
	border-top-width: 	0px;
	}
.optionsDivInvisible {
	display:					none;
	}
.optionsDivVisible {
	display:					block;
	}
.optionsDivVisible p {
	margin:					0;
	padding:					0;
	}
.optionsDivVisible a {
	color:					#83817D;
	text-decoration:		none;
	display:					block;
	padding:					1px 4px;
	border:					1px solid #FFF;
	}
.optionsDivVisible a:hover {
	color:					#504F4E;
	background:				#F4EEE9;
	border-color:			#CFCCC4;
	}

/* 
|
|	Buttons
|
--------------------------------------------------------------------------*/
.buttonSubmit,
.buttonSubmitHovered {
	width:					auto;
	height:					26px;
	color:					#F4EEE9;
	padding:					2px;
	background:				url(../gfx/niceforms/button-bg.png) repeat-x left top;
	cursor:					pointer;
	border:					none;
	}
.buttonSubmitHovered {
	background-position:	left bottom;
	color:					#F5F5F5;
	}
.buttonImg {
	vertical-align:		bottom;
	}
