/*--------------------- GENELAL --------------------- */


/*--------------------- STYLES --------------------- */

/************* QUOTE ***********************/

div#darkformholder {
	width:265px;
	/*background: url(./images/dark_bg.jpg) no-repeat;*/
	padding:15px;
	border: 2px solid #ccc;
    -moz-border-radius: 10px/10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px/10px;
	background: #404040;
	background: -moz-linear-gradient(-90deg, #404040, #101010);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#404040), to(#101010));
	-moz-box-shadow: -10px 15px 5px hsla(0,0%,0%,.6);
    -webkit-box-shadow: -10px 15px 5px hsla(0,0%,0%,.6);
    box-shadow: -10px 15px 5px hsla(0,0%,0%,.6);
}
div#darkformholder p {color:#ddd;margin:0 5px;text-align:adjust}
div#darkformholder h1, div#darkformholder h2,div#darkformholder h3 {color:#fff}
form#darkform ul {list-style:none;padding-left:3px}
form#darkform li {margin-bottom:9px}
form#darkform ul.errors {color:#f33}
form#darkform input,
form#darkform textarea,
form#darkform li label {color:#777;font-size:16px;font-weight:bold}
form#darkform li label {display:block;color:#ddd}
form#darkform input[type=text] {background: url(./images/input_normal.gif) no-repeat;padding:3px 10px;height:35px;width:236px;border:none}
form#darkform textarea {background: url(./images/textarea_normal.gif) no-repeat;font-size:14px;padding:10px 10px;height:100px;width:236px;border:none}

/*--------------------- IMPORTANT (overwrite) ---------------------*/
form.compactform label {display:none !important}