/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/
img {
	border:0;
}
/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}

/*textfields*/
.textinput{
	border:none;
	background: transparent;
	height:20px;
}
.passiveInputLeft, .activeInputRight, .passiveInputRight, .activeInputLeft {
	width:4px;
}

.select-left{
width:3px;
}

.passiveInputCenter, .activeInputCenter {
	background-repeat: repeat-x;
	padding:1px;
}


/*Radio buttons*/
/*
.radioAreaUnchecked, .radioAreaChecked {
	margin-top:3px;
	z-index:5;
	float:left;
	position:relative;
	width:15px;
	height:15px;
	cursor:pointer;
	float:right;
}
.radioAreaUnchecked {
	background:url(../images/niceform/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/niceform/radio.gif) no-repeat left bottom;
}
*/
/*Checkboxes*/
.checkbox{
	position:inherit;
	width:14px;
	height:14px;
	cursor:pointer;
	margin-left:2px;
	margin-right:2px;
	padding:0px;
}

.littlecheckbox{
	width:12px;
	height:12px;
}
/*
.checkboxAreaUnchecked, .checkboxAreaChecked {
	position:relative;
	width:10px;
	height:14px;
	padding-right:14px;
	cursor:pointer;
	margin-left:1px;
	margin-right:1px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.checkboxAreaChecked {
	background:url(../images/niceform/checkActive.gif) no-repeat;
}
.checkboxAreaUnchecked {
	background:url(../images/niceform/checkPassive.gif) no-repeat;
}
*/
/*Text areas*/
textarea {
	background:transparent;
	border:none;
}

.passiveTAVert, .activeTAVert{
	width:1px;
}

 .passiveTAHoriz, .activeTAHoriz{
 	height:1px;
 }


/*Selects*/
.selectArea {
	height:21px;
}

.selectArea .right {
	margin-top:1px;
	width:21px;
	height:21px;
	float:right;
	background:url(../images/niceform/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {

	margin-left:5px;
	margin-right:5px;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	font-family:Tahoma;
	background:#ffffff;
	padding:2px;
	font-size:11px;
	z-index:20;
	border-right:1px solid #cfd0d6;
	border-bottom:1px solid #cfd0d6;
	border-left:1px solid #cfd0d6;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
	overflow-X:hidden;

}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible .outOver {

	color:#404040;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #ffffff;
	cursor:pointer;
}
.optionsDivVisible .hover {
	color:#404040;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid ;
	cursor:pointer;
	color:#404040;
	/*background:#e4E5E6;*/
	border-color:#cfd0d6;
}

.select-center{
	background:url(../images/niceform/inputCenter.gif) left top;
	background-repeat: repeat-x;
	width:auto;
	height:19px;
	padding-top:4px;
	font-size:11px;
	font-family:Tahoma;
	/*padding-bottom:2px;*/
}


/*Button*/
.buttonLeft{
	width:3px;
	background:transparent url(../images/niceform/buttonLeft.gif);
	padding-left:1px;
	padding-right:2px;
	height:23px;
}
.buttonRight{
	width:1px;
	background: transparent url(../images/niceform/buttonRight.gif);
	padding-left:1px;
	padding-right:2px;
	height:23px;
}

.buttonCenter{
	background: transparent url(../images//niceform/buttonCenter.gif);
	background-repeat: repeat-x;
	width:auto;
	height:23px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}




/* ----------------------------------  Niceforms  ----------------------------------- */
.leftTextDiv, .leftTextDivHovered{
	background:url(../images/niceform/inputLeft.gif) no-repeat left top;
}

.rightTextDiv, .rightTextDivHovered{
	background:url(../images/niceform/inputRight.gif) no-repeat left top;
}
.textDiv, .textDivHovered{
	background:url(../images/niceform/inputCenter.gif) left top;
}
.passiveInputLeft {
	background:url(../images/niceform/inputLeft.gif) left top;

}

.activeInputLeft {
	background:url(../images/niceform/inputLeft.gif) left bottom;

}

.passiveInputRight {
	background:url(../images/niceform/inputRight.gif) left top;

}

.activeInputRight {
	background:url(../images/niceform/inputRight.gif) left bottom;

}


.passiveInputCenter {
	background:url(../images/niceform/inputCenter.gif) left top;

}

.activeInputCenter {
	background:url(../images/niceform/inputCenter.gif) left bottom;
}


.select-left{
	background:url(../images/niceform/inputLeft.gif) no-repeat left top;
}
.selectArea .right {
	background:url(../images/niceform/select_right.gif) no-repeat left top;
}
.select-center{
	background:url(../images/niceform/inputCenter.gif) left top;
}
/*Button*/
.buttonLeft{
	background:transparent url(../images/niceform/buttonLeft.gif);
}
.buttonRight{
	background: transparent url(../images/niceform/buttonRight.gif);
}

.buttonCenter{
	background: transparent url(../images/niceform/buttonCenter.gif);
}
/* ---------------------------------------------------------------------------------- */