/********************************************************************/
/*** File: pn_form.css
/*** Author: Q2E GmbH
/*** Copyright: (c) 2007 Q2E GmbH office@q2e.at
/*** Last Change: 25.09.2008
/*** Description: System Edwin v1.0 Frontend Inhalt-Format
/********************************************************************/

/**
Inhalt:
		+Kontakt Formular 
  		 |- cfield1: Firma
		 |- cfield2: Funktion
		 |- cfield3: Anrede
		 |- cfield4: Titel
		 |- cfield5: Vorname
		 |- cfield6: Nachname
		 |- cfield7: Straße 
		 |- cfield8: Land
		 |- cfield9: PLZ
		 |- cfield10: Ort
		 |- cfield11: Telefonnummer
		 |- cfield12: e-Mail Adresse
		 |- cfield13: Textbox
		 |- cfielld14: Checkbox für weitere Informationen
		 |- cfield15 - cffiel24: Checkboxen mit verscheidenen Funktionen 
		+IMOBILIEN Formular
		+SUCHEN Formular
		+NEWSLETTER Formular
**/


input.cfield12{background:#fff;border:1px solid #999;height:15px;margin:1px 0px 5px 0px;padding:3px 3px 3px 3px;width:370px} 
select.cfield3{background:#fff;border:1px solid #999;height:18px;margin:0px;padding:0px;width:70px;margin-top:-9px}
input.cfield4,input.cfield5,input.cfield6,input.cfield11{background:#fff;border:1px solid #999;height:15px;margin:1px 0px 5px 0px;padding:3px 3px 3px 3px;width:175px}
input.cfield1,input.cfield7{background:#fff;border:1px solid #999;height:15px;margin:1px 0px 5px 0px;padding:3px 3px 3px 3px;width:370px}
select.cfield8{background:#fff;border:1px solid #999;height:18px;margin:0px;padding:0px;width:70px;margin-top:-9px}
input.cfield9{background:#fff;border:1px solid #999;font-size:11px;height:15px;margin:1px 0px 5px 0px;padding:3px 3px 3px 3px;width:90px}
input.cfield10{background:#fff;border:1px solid #999;font-size:11px;height:15px;margin:1px 0px 5px 0px;padding:3px 3px 3px 3px;width:180px}
textarea.cfield13{background:#fff;border:1px solid #999;height:100px;margin:1px 0px 5px 0px;padding:3px 3px 3px 3px;width:370px}
input.ct_im_button1{padding:0px 4px 1px 4px;margin:6px 4px 0px 0px;font-size:8pt;font-weight:bold;color:#000000;background:#EDEEEF;height:21px;width:330px;border:0px;text-align:center}
div.ct_im_button2{padding:3px 4px 0px 4px;margin:6px 4px 0px 4px;height:18px;width:75px;font-size:8pt;text-align:center;font-weight:bold;color:#000000;background:#EDEEEF;border:0px}
a.ct_im_close{color:#98989C}
a.ct_im_close:hover{text-decoration:none;color:#A4543C}
.button{margin:0px 4px 0px 0px}
input.sfield_ct{position:relative;margin:0px 0px 0px 0px;padding:4px 3px 3px 3px;width:290px;height:17px;font-size:15px;letter-spacing:1px;border:1px solid #99CC33;background:#FFFFFF}
input.sfieldcb_ct{margin-left:0px}
input.cfield14 { margin-bottom:0px; margin-left:0px; }
input.cfield15 {  }
input.cfield16 {  }
select.cfield17 {  }
select.cfield18 {  }
input.cfield19 {  }
input.cfield20 {  }
input.cfield21 {  }
input.cfield22 {  }
input.cfield23 {  }
input.cfield24 { }

/* ----------IMOBILIEN Formular----------------- */
input.ct_im_button1 { padding:0px 4px 1px 4px; margin:6px 4px 0px 0px; font-size:8pt; font-weight:bold; color:#000000;  background-color:#EDEEEF; height:21px; width:330px; border:0px; text-align:center; }
div.ct_im_button2{ padding:3px 4px 0px 4px; margin:6px 4px 0px 4px; height:18px; width:75px; font-size:8pt; text-align:center; font-weight:bold; color:#000000; background-color:#EDEEEF; border:0px;  }
a.ct_im_close { color:#98989C; }
a.ct_im_close:hover { text-decoration:none; color:#A4543C; } 
.button{ margin:0px 4px 0px 0px; }

/* ----------SUCHE Formular----------------- */
input.se_inputfield {background-color:#FFFFFF;border:1px solid #DDDDDD;height:17px;margin:5px 0px 1px;padding:5px 2px 2px 2px;position:relative;width:290px;}
input.se_sendbutton {	
    width:80px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../pix/se_button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
input.se_sendbutton:hover {background-position:left bottom;}

/* ---------- NEWSLETTER Formular----------------- */
input.nl_sendbutton,input.cc_sendbutton {	
    width:80px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../pix/se_button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
input.nl_sendbutton:hover, input.cc_sendbutton:hover {background-position:left bottom;}

