/* 
	align - margin
	make sure you have the corect aiContactSafe_mainbody_3 set everywhere on this CSS code
	the number following aiContactSafe_mainbody_ is the id of the profile
	if not properly set, the changes affecting this tag will not take effect
*/

/* display into the center of the page */
div#aiContactSafe_mainbody_3 {
	margin-left:auto;
	margin-right:auto;
}

/* force labels to be displayed inline */
div#aiContactSafe_mainbody_3 label { display:inline-block !important; }

/*

set the width of some of the fields
add here any of the fields of aiContactSafe
replace "field_name" with the name of the field for which you want to set the width

// Textbox
		div#aiContactSafe_mainbody_3 input#field_name
// Combobox
		div#aiContactSafe_mainbody_3 select#field_name
// Editbox
		div#aiContactSafe_mainbody_3 textarea#field_name
// Checkbox - List
		div#aiContactSafe_mainbody_3 input.field_name
// Radio - List
		div#aiContactSafe_mainbody_3 input.field_name
// Date
		can't modify the width
// Email
		div#aiContactSafe_mainbody_3 input#field_name
// Email - List
		div#aiContactSafe_mainbody_3 select#field_name
// Joomla Contacts
		div#aiContactSafe_mainbody_3 select#field_name
// Joomla Users
		div#aiContactSafe_mainbody_3 select#field_name
// SOBI2 Entries
		div#aiContactSafe_mainbody_3 select#field_name
// Hidden
		nothing to set
// Separator
		div#aiContactSafe_mainbody_3 div#sp_field_name
// File
		only a very complex solution will fix this problem
// Number
		div#aiContactSafe_mainbody_3 input#field_name
// Hidden Email
		nothing to set

*/
div#aiContactSafe_mainbody_3 input#aics_name {
	width:400px;
        background:url("/images/name.png") no-repeat scroll left center transparent;
}
div#aiContactSafe_mainbody_3 input#aics_email {
	width:400px;
        background:url("/images/email_form.png") no-repeat scroll left center transparent;
}
div#aiContactSafe_mainbody_3 input#aics_phone {
	width:400px;
        background:url("/images/phone.png") no-repeat scroll left center transparent;
}
div#aiContactSafe_mainbody_3 input#aics_subject {
	width:400px;
        background:url("/images/subject.png") no-repeat scroll left center transparent;
}
div#aiContactSafe_mainbody_3 textarea#aics_message {
	width:400px;
	height:80px;
        background:url("/images/message.png") no-repeat scroll left top transparent;
}

/* set the way labels and fields are displayed */
div#aiContactSafe_mainbody_3 div.aiContactSafe_row {
	clear:both;
	padding:2px 0px;
}
div#aiContactSafe_mainbody_3 div.aiContactSafe_contact_form_field_label_left {
	float:left;
	padding:0px 3px;
}
div#aiContactSafe_mainbody_3 div.aiContactSafe_contact_form_field_left {
	float:left;
	padding:0px 3px;
}

div#aiContactSafe_mainbody_3 div.aiContactSafe_contact_form_field_label_right {
	float:left;
	padding:1px 3px;
	margin-top:2px;
}
div#aiContactSafe_mainbody_3 div.aiContactSafe_contact_form_field_right {
	float:left;
        width:100%;
	padding:1px 3px;
}

/* center the contact form */
div#aiContactSafe_mainbody_3 #aiContactSafeForm {
	margin-left:auto;
	margin-right:auto;
}

/* set the space between the notification for the required fields to the contact form */
div#aiContactSafe_mainbody_3 div#aiContactSafe_info {
	margin-bottom:10px;
}

/* set the div containing the captcha */
div#aiContactSafe_mainbody_3 div#div_captcha {
	clear:both;
	text-align:right;
	margin:5px 0px;
	padding-top:10px;
}
#div_captcha_new > a#change-image {
  color: #1E1E1E;
  text-decoration: none;
}
div#aiContactSafe_mainbody_3 div#div_captcha_info {
	margin-bottom:5px;
}

/* set the way the text counting the characters in the edit box */
div#aiContactSafe_mainbody_3 div.countdown_div {
	font-size:9px;
}
div#aiContactSafe_mainbody_3 input.countdown_editbox {
	font-size:9px;
	text-align:center;
	border:none;
	overflow:visible;
	background:transparent;
}

/* set the cells containig the contact form and the contact information */
div#aiContactSafe_mainbody_3 table#aiContactSafeForm td, div#aiContactSafe_mainbody_3 div#aiContactSafeForm {
	padding:5px;
	vertical-align:top;
}

/* modify the cursor of the labels to let the user know they can click on them */
div#aiContactSafe_mainbody_3 label {
	cursor:pointer;
}
/* set the label tag containing the character that marks the required fields */
div#aiContactSafe_mainbody_3 label.required_field {
	text-align:left;
	vertical-align:top;
	margin-left:5px;
}

/* hide the hidden rows */
div#aiContactSafe_mainbody_3 div.aiContactSafe_row_hidden {
	display:none;
}

/* make the buttons higher */
div#aiContactSafe_mainbody_3 div#aiContactSafeBtns input {
	padding:5px;
	margin:0px;
}

/* set the way the date is displayed */
div#aiContactSafe_mainbody_3 table.aiContactSafe_date td {
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}
div#aiContactSafe_mainbody_3 table.aiContactSafe_date td select {
	margin:0px 2px 0px 0px;
}

/* set the space between field sufix and the field and between the field prefix and the field */
div#aiContactSafe_mainbody_3 span.aiContactSafe_sufix {
	margin-right:3px;
}
div#aiContactSafe_mainbody_3 span.aiContactSafe_prefix {
	margin-left:3px;
}
.contact_det {
  float: left;
  font-size: 19px;
  font-family:'Poly',serif;
  margin-bottom: 20px;
  width:98%;
  background:#C06714;
  color:#fff;
  line-height:35px;
  padding-left:2%;
}
table.article_add img {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 6px;
}
div#aiContactSafe_mainbody_3.aiContactSafe .contentpaneopen table#aiContactSafeForm table.article_add td {
  padding: 0;
font-size:14px;
line-height:22px;
color:#000;
}
table.article_add {
  float: left;
  margin-left: 90px;
  margin-top: 50px;
  padding-bottom:25px;
  width: 96%;
  background:url("/images/address-bg.png") no-repeat scroll 179px 124px #F4EFEF;
}
form#adminForm_3 .aiContactSafe input {
  border: 1px solid #405774;
  height:32px;
  padding-left:55px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  box-shadow:-2px 2px 3px #B6B6B6 inset;
-moz-box-shadow:-2px 2px 3px #B6B6B6 inset;
-webkit-box-shadow:-2px 2px 3px #B6B6B6 inset;
-khtml-box-shadow:-2px 2px 3px #B6B6B6 inset;
font-family:'Open Sans',sans-serif;
margin-top:5px;
margin-bottom:2px;
}
#div_captcha #div_captcha_code > input#captcha-code {
  border: 1px solid #405774;
  height:28px;
  width:240px;
  padding-left:5px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  box-shadow:-2px 2px 3px #B6B6B6 inset;
-moz-box-shadow:-2px 2px 3px #B6B6B6 inset;
-webkit-box-shadow:-2px 2px 3px #B6B6B6 inset;
-khtml-box-shadow:-2px 2px 3px #B6B6B6 inset;
}

form#adminForm_3 .aiContactSafe input#countdown_aics_message {
  border: medium none;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
-khtml-box-shadow:none;
padding:0;
}
form#adminForm_3 .aiContactSafe textarea{
  border: 1px solid #405774;
  height:45px;
  padding-left:55px;
  padding-top:5px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  box-shadow:-2px 2px 3px #B6B6B6 inset;
-moz-box-shadow:-2px 2px 3px #B6B6B6 inset;
-webkit-box-shadow:-2px 2px 3px #B6B6B6 inset;
-khtml-box-shadow:-2px 2px 3px #B6B6B6 inset;
font-family:'Open Sans',sans-serif;
font-size:12px;
}
form#adminForm_3 #aiContactSafeSend > input#aiContactSafeSendButton {
  background: none repeat scroll 0 0 #CD6607;
  border: 1px solid #C15A00;
  color: #FFFFFF;
  font-family: 'Poly',serif;
  font-size: 16px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
}