.fbutton {
	cursor:pointer;
	display:inline-block;
	line-height:13px;
	padding:2px;
}

.fbutton:hover {
	color: #fff;
	background: #000;
}

#formArea {
	background:none repeat scroll 0 0 #FEFDF6;
	border:1px solid #CCCCCC;
	float:left;
	padding:3px;
	width:80%;
}

#formChoice {
	width: 80%;
	border: 1px dashed #aaa;
	padding:4px;
}

.dfield {
	float:left;
	margin:2px;
}


.dfield select,.dfield input, .dfield textarea {
	border:1px solid #999999;
	font-size:14px !important;
	padding:3px !important;
	font-family: Calibri;
}

.dfield label, .dfield select,.dfield input,.dfield textarea {
	float:  left;
	clear: 	both;
	width:97% !important;
	font-family: Calibri;
}


.dfield textarea {
	width: 90%;
	height: 120px;
	padding: 2px;
	font-size: 11px;
	font-family: Calibri;
}

input.ferror {
	background:none repeat scroll 0 0 #FFAAAA;
	border-color:#EE0000;
	color:#FF0000;
}

#dialogPos {
	position: fixed; 
	left: 50%; 
	top: 50%;
	z-index: 12;
}

#dialog input:hover, #dialog textarea:hover {
	background-color: #effcff;
}

#dialog input:focus, #dialog textarea:focus {
	background-color: #dcf9ff;
}

#dialog .button {
	float:right;
	margin-top:8px;
}

#dialog h2 {
	color:#0392B1 !important;
	font-size:18px;
	font-weight:bold;
	margin:4px 0;
}

#dialog p {
	border-bottom:1px solid #AAAAAA;
	font-family:Calibri;
	margin:4px 0;
	padding-bottom:4px;
}


#dialog {
	-moz-box-shadow:0 0 20px #000000;
	-webkit-box-shadow:0 0 20px #000000;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px ;
	border-radius: 8px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:10px solid #AAAAAA;
	left:-415px;
	padding:12px;
	position:absolute;
	top:-175px;
	width:800px;
}

#dialog p.success {
	background:url("/images/icons/tick.png") no-repeat scroll left 9px transparent;
	line-height:29px;
	padding-left:14px;
}

#dialog .error {
	margin-top: 0 !important;
}

#dialog .dfield {
	width: 284px !important;
}

#dialog textarea {
	width: 286px !important;
}

#dialog select {
	width: 294px !important;
}
