/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/* Forms defaults - change as needed */
label {color:#4C4C4C; cursor:pointer; display:block; line-height:14px; padding:0 0 0 30px;}
   * html label {padding:1px 0 0 27px;} 
   .mac.ff3 label {padding-top:2px;} /* Hack fuer FF3 auf Mac */   
label.chosen {color:#4C4C4C;}
label.login {color:#4C4C4C; cursor:pointer; display:block; line-height:14px; padding:0;}

/* Transparent items */
.outtaHere {left:-3000px; position:absolute;}

/*Radio buttons*/
.radioArea, .radioAreaChecked {clear:left; cursor:pointer; display:block; float:left; font-size:0; height:14px; width:15px;}
.radioArea {background:url(/bilder/forms/radio.png) no-repeat left top;}
.radioAreaChecked {background:url(/bilder/forms/radio.png) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {clear:left; cursor:pointer; display:block; float:left; font-size:0; height:13px; margin:0 !important; padding:0; width:15px;}
.checkboxArea {background:url(/bilder/forms/checkbox.gif) no-repeat left top; margin:0;}
.checkboxAreaChecked {background:url(/bilder/forms/checkbox.gif) no-repeat left bottom; margin:0;}

.focused {border:1px dotted #ddd;}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {background:url(/bilder/forms/start.gif) right 5px no-repeat; border:none; color:#333;	cursor:pointer; padding:0 12px 0 0; margin-left:75px; margin-top:10px; text-align:right; width:auto;}
