body#contactFormBody {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #1B57B7;
}

#contactForm {
	width: 450px;
	margin: 0px auto;
	border-left: 2px solid #f2f9e8;
	border-right: 2px solid #f2f9e8;
	border-bottom: 2px solid #f2f9e8;
}

#contactForm form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}

#contactForm fieldset div {
	margin:0.3em 0;
	clear:both;
}

#contactForm label {
	padding:0.50em;
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
	margin-bottom: 0.5em;
}

#contactForm legend {
	color:#0b77b7;
	font-size:1.2em;
}

#contactForm legend span {
	width:10em;
	text-align:right;
}

#contactForm input {
	padding:0.50em;
	width:20em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#contactForm input.checkbox {
	padding:0.50em;
	width: 20px !important;
	border: 0px !important;
	background: none !important;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#contactForm input:hover {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

#contactForm input:focus {
	border-color:#c5c5c5;
	background:#ffffaa;
}

#contactForm fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

#contactForm #header {
	width: 600px;
	height: 137px;
	background-image: url(../images/comfort-head.jpg);
	background-repeat: no-repeat;
}

#contactForm #header .formTitle {
	text-align: right;
	margin-right: 10px;
}

#contactForm #header h1 {
	font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
	font-size:22px;
	color: #555;
}

#contactForm #form_center {
	background-color: #ffffff;
}

#contactForm .formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
}

#contactForm .submitContainer{
	text-align: center;
	padding:10px;
}

#contactForm .textarea {
	padding:0.50em;
	width:97%;
	height: 7em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#contactForm .select {
	padding:0.50em;
	width:20em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#contactForm .checkboxgroup div {
	float: left;
	clear: none;
}

#contactForm .checky {
	border:1px solid #ddd;
	background:#fafafa;
	padding: 2px 1px 2px 1px;
	margin: 0px;
}

.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}

.tDnD_whileDrag {
	background-color: #ffcc00 !important;
}