@charset "utf-8";
/* CSS Document */

/* 
	align - left
	make sure you have the corect aiContactSafe_mainbody_1 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
*/

/* modify the width to fit all the labels */
div.aiContactSafe_contact_form_field_label_left {
	width:150px;
}

/* display into the center of the page */
div#aiContactSafe_mainbody_1 {

}

/*

set the width of some of the fields
add here any of the fields of aiContactSafe

// Textbox
		div#aiContactSafe_mainbody_1 input#nume_field
// Combobox
		div#aiContactSafe_mainbody_1 select#nume_field
// Editbox
		div#aiContactSafe_mainbody_1 textarea#nume_field
// Checkbox - List
		div#aiContactSafe_mainbody_1 input.nume_field
// Radio - List
		div#aiContactSafe_mainbody_1 input.nume_field
// Date
		can't modify the width
// Email
		div#aiContactSafe_mainbody_1 input#nume_field
// Email - List
		div#aiContactSafe_mainbody_1 select#nume_field
// Joomla Contacts
		div#aiContactSafe_mainbody_1 select#nume_field
// Joomla Users
		div#aiContactSafe_mainbody_1 select#nume_field
// SOBI2 Entries
		div#aiContactSafe_mainbody_1 select#nume_field
// Hidden
		nothing to set
// Separator
		div#aiContactSafe_mainbody_1 div#sp_nume_field
// File
		only a very complex solution will fix this problem
// Number
		div#aiContactSafe_mainbody_1 input#nume_field
// Hidden Email
		nothing to set

*/
/*div#aiContactSafe_mainbody_1 input#aics_name {
	width:240px;
}
div#aiContactSafe_mainbody_1 input#aics_email {
	width:240px;
}
div#aiContactSafe_mainbody_1 input#aics_phone {
	width:240px;
}
div#aiContactSafe_mainbody_1 input#aics_subject {
	width:240px;
}
div#aiContactSafe_mainbody_1 textarea#aics_message {
	width:240px;
	height:80px;
}*/

/* set the way labels and fields are displayed */
div.aiContactSafe_row {
	clear:both;
	padding:2px 0px;
}
div.aiContactSafe_contact_form_field_label_left {
	float:left;
}
div.aiContactSafe_contact_form_field_right {
	float:left;
}

div.aiContactSafe_contact_form_field_label_right {
	float:left;
}
div.aiContactSafe_contact_form_field_left {
	float:left;
	margin-left:150px;
}

/* center the contact form */
table#aiContactSafeForm {
margin-left:30px;
}

/* set the space between the notification for the required fields to the contact form */
div#aiContactSafe_info {
	margin-bottom:10px;
}

/* set the div containing the captcha */
div#div_captcha {
	clear:both;
	margin:5px 0px;
	padding-top:10px;
}
div#div_captcha_info {
	margin-bottom:5px;
}

/* set the way the text counting the characters in the edit box */
div.countdown_div {
	font-size:9px;
}
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 */
table#aiContactSafeForm td {
	padding:5px;
	vertical-align:top;
}

/* modify the cursor of the labels to let the user know they can click on them */
label {
	cursor:pointer;
}
/* set the label tag containing the character that marks the required fields */
label.required_field {
	text-align:left;
	vertical-align:top;
	margin-left:5px;
}

/* hide the hidden rows */
div.aiContactSafe_row_hidden {
	display:none;
}

/* make the buttons display in a separate row and aligned to the right */
div#aiContactSafeBtns {
	width:100%;
	padding-left:150px;
}
div#aiContactSafeBtns input {
/*	padding:5px;*/
	margin:0px;
}
div#aiContactSafeBtns div {
	float:left;
}

#aiContactSafeSendButton{
  	width:93px;
  	height:33px;
  	padding:33px 0 0;
  	margin:2px 0 0 0;
  	border:0;
  	background:transparent url(http://www.greenwoodvillagearizona.com/joomla/templates/gwv/images/sendbutton.gif);
  	overflow:hidden;
  	cursor:pointer; /* hand-shaped cursor */
  	cursor:hand; /* for IE 5.x */
}

/* set the way the date is displayed */
table#aiContactSafeForm td table.aiContactSafe_date td {
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}
table#aiContactSafeForm td 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 */
span.aiContactSafe_sufix {
	margin-right:3px;
}
span.aiContactSafe_prefix {
	margin-left:3px;
}

dl{
	margin:0px 0px 30px 35px;
}

dl dt{
	font-size:12px;
	color:#547C57;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}

dl ul{
	list-style:none;
	margin:0;
	padding:0;
}

dl ul li{
	margin:0;
	padding:0;
}

