/***********************************************************************
* file		forms-service.css
* 
* 
* author: 	taopro.com
* version: 	version 1.0
* since: 	version 1.0
* created:	July 2008
*
* description:
* Global stylesheet for the Gateway website - forms-service .
*
*
* This document contains the following sections:
* 	HTML Entities
*	Header Navigation
* 	Container
*		Elements inside contaner
*		Clearfloat
*	Footer
*	Text 
*
*
* Colors:
* #fff		white global-background, navigation global text 
* #f0984a	primary orange 	 
* #7e696d 	primary brown 	
* #e5e1e2 	gray footer background 
* #d88642 	orange footer left rule	
* #999		gray footer text	
* #b9b2b3	gray margin modules, contact/schedule a tour text
* #ff6a0b 	orange global left rule at 70 percent: final color #f0984a color=ff9654	
* #c2b9ba	gray global navigation italic sub heading 	
* #574b4d 	vertical lightbox module background 	
* #3f3436 	service request modules text 	
* #f3ad6e	text fields—service request modules 	 
* #c2bdb5	text legal terms
*
*	
* Fonts:
* Veranda is the standard font
* Font sizes and leading (line-height are one of the following:
* 11px/15px (map instructions)
* 11px/16px (most body copy / featured listing module / margin module)
* 10px/16px (service request, resident and conformation modules / neighborhood image and footer modules)
*
************************************************************************/


/* ****************** */
/* HTML Entities      */
/* ****************** */

/* global attributes */

a:hover {
	background-position: 0 0;
}

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	font-size: 11px;
	line-height: 16px;
	background-color: #f0984a;
}

img {  border-style: none;
} /* removes blue link border on all images */

* {
  border: none;
}

#SRformContainer {
	background-color: #f0984a;
	border:none !important;
	padding: 15px;
	height: 525px;
	width: 420px;
	float: left;
	overflow: hidden;
}

#SSformContainer {
	background-color: #f0984a;
	border:none !important;
	padding: 15px;
	height: 425px;
	width: 420px;
	float: left;
	overflow: hidden;
}

#SRconfirmFormContainer {
	background-color: #f0984a;
	border:none !important;
	padding: 15px;
	height: 200px;
	width: 420px;
	float: left;
	overflow: hidden;
}

#RsigninFormContainer {
	background-color: #f0984a;
	border:none !important;
	height: 540px;
	width: 420px;
	float: left;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#SRformTitle {
	float: left;
	color: #fff;
}

#RSformDescription {
	float: left;
	color: #fff;
}

#RPasswordformDescription {
	float: left;
	color: #fff;
}
#SRFormDataContainer {
	width: 420px;
	float: left;
}

#RSFormDataContainer {
	width: 420px;
	float: left;
}

#RPasswordFormDataContainer {
	width: 420px;
	float: left;
}


#SRformFieldNames {
	float: left;
	color: #3f3436;
	width: 100%;
	line-height: 47px;
}

#firstname {
	width: 128px;
	float: left;
	display: block;
}

#firstname_label {
	width: 128px;
	float: left;
}

#lastname {
	width: 128px;
	float: left;
	display: block;
}

#lastname_label {
	width: 128px;
	float: left;
}

#social {
	width: 135px;
	float: left;
	display: block;
}

#social_label {
	width: 135px;
	float: left;
}

#apartmentnumber {
	width: 135px;
	float: left;
	display: block;
}

#apartment_number {
	width: 135px;
	float: left;
	display: block;
}

#apartmentnumber_label {
	width: 135px;
	float: left;
}

#preferred_contact {
	width: 135px;
	float: left;
	display: block;
}

#preferred_contact_label {
	width: 135px;
	float: left;
}


#spacer {
	width: 420px;
	height: 4px;
	float: left;
}

#submit {
	width: 135px;
	height: 26px;
	float: right;
	background-repeat: no-repeat;
}

#formServiceRequest {
	float: left;
}

#closeBox {
	background-image: url(../media/button/btn_closebox_white_brown200px.gif);
	background-repeat: no-repeat;
	float: right;
	height: 13px;
	width: 50px;
	overflow: hidden;
	cursor:pointer;
	cursor:hand;
	background-position: left;
	line-height: 12px;
	display: block;
}

#closeBox:link {
	background-image: url(../media/button/btn_closebox_white_brown200px.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#closeBox:hover {
	background-image: url(../media/button/btn_closebox_white_brown200px.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#closeBox a:link {
	color: #f8cca5;
	text-decoration: none;
}

#closeBox a:visited {
	color: #f8cca5;
	text-decoration: none;
}

#closeBox a:hover {
	color: #7e696d;
	text-decoration: none;
}

#closeBox a:active {
	color: #7e696d;
	text-decoration: none;
}

input {
	background-color: #f3ad6e;
	height: 25px;
	width: 270px;
	float: left;
}

textarea {
	background-color: #f3ad6e;
	height: 60px;
	width: 420px;
	float: left;
	overflow: auto;
}

#permission_checkbox1 {
	width: 16px;
	height: 16px;
}

#permission_checkbox2 {
	width: 16px;
	height: 16px;
}

label {
	display: block;
	margin-top: 5px;
}

label.top {
	float: none;
}

textarea:focus, input:focus {
	background-color: #ffc181;
	border:none !important;
}

#firstname {
	float: left;
	display: block;
	color: #7e696d;
}

#lastname {
	float: left;
	display: block;
	color: #7e696d;
}

#social {
	float: left;
	display: block;
	color: #7e696d;
}

#otheroccupants {
	float: left;
	display: block;
	color: #7e696d;
}

#preferred_contact {
	float: left;
	display: block;
	color: #7e696d;
}

/*fancy-forms js*/
.unchecked {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formCheckBox_16X16_off.gif);
	background-repeat: no-repeat;
}
	
.checked {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formCheckBox_16X16_on.gif);					
	background-repeat: no-repeat;
}
	
.fancy {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formSubmit_135X26_off.gif);
	background-repeat: no-repeat;
}
	
.checked_click {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formSubmit_135X26_click.gif);
	background-repeat: no-repeat;
}
.legaltext {
	font-size: 9px;
	line-height: 10px;
}

.subHead {
	font-size: 16px;
}

#SRsigninFormContainer .errorText {
	font-weight: bold;
}

#SRconfirmFormContainer .errorTextCgi {
	font-weight: bold;
	color: #7e696d;
}

