@charset "utf-8";
/* CSS Document */
/* used on the form page, the client feedback page, etc...*/
/* form for contact page */
form {
	width: 340px;
	height: 100%;
	min-height: 110px;
	padding: 0px 3px 0px 3px;
	color: #000080;
	background: #e4c395;
	border: 1px solid #905f36;
}
form.feedback {
width:690px;
}



.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	padding-top: 5px;
	float: left;
	margin-right: 2px;
	background: url(http://www.albarwilmette.com/images/bg_label.gif) no-repeat;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(http://www.albarwilmette.com/images/bg_textfield.gif) no-repeat;
}

.col3 {
	text-align: right;
	width: 135px;
	height: 72px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(http://www.albarwilmette.com/images/bg_label2.gif) no-repeat;
}

.col4 {
	width: 195px;
	height: 72px;
	display: block;
	float: left;
	margin: 0;
	background: url(http://www.albarwilmette.com/images/bg_textfield2.gif) no-repeat;
}


.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(http://www.albarwilmette.com/images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(http://www.albarwilmette.com/images/bg_label_comment.gif) no-repeat;
}

.col2commentrt {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: right;
	background: url(http://www.albarwilmette.com/images/bg_textarea.gif) no-repeat;
}

.col1commentrt {
	text-align: right;
	width: 135px;
	height: 98px;
	float: right;
	display: block;
	margin-right: 2px;
	background: url(http://www.albarwilmette.com/images/bg_label_comment.gif) no-repeat;
}

.col3comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(http://www.albarwilmette.com/images/bg_label_comment.gif) no-repeat;
}
.col4comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(http://www.albarwilmette.com/images/bg_label_comment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 680px;
}
div.rowshort {
	clear: both;
	width: 340px;
}
div.rowlft {
	width: 340px;
	float:left;
}
div.rowrt {
	width: 340px;
	float: right;
}

.submit {
	height: 23px;
	width: 330px;
	padding-top: 0px;
	padding-right: 5px;
	clear: both;
	float: right;
	margin-right: 5px;
	text-align:right;
} 

.input {
	background-color: #fff;
	font: 11px/11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 4px 6px;
	padding: 1px;
	border: 1px solid #8595B2;
}

select {
 background-color: #fff;
 color: #5A698B;
 border: 1px solid #8595B2;
}
.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}

.mapcontent {
	margin: 40px 0 5px 8px;
	width: 650px;
	height: 220px;
	border: 1px #333333 solid;
}

/* client feedback page with the sticky notes*/
#clientfeedbck{
width: 685px;
float: left;
margin-left:165px;
display:block;

}

#clientfeedbckheader{
width: 200px;
color:#503a23;
float:left;
font-weight:bold;
}
#clientfeedbckcontent{
width: 340px;
color:#000000;
float:left;
font-size:1.1em;
padding: 5px 10px 5px 10px;
}



.sticky_note_container {
    float: right;
    width: 253px;
    margin-right: 10px;
    margin-left: 40px;
	margin-bottom: 15px;
}
.sticky_note {
     width: 253px;
     min-height: 180px;
     background-image: url(http://www.albarwilmette.com/images/note_middle.gif);
     background-repeat: repeat-y;
     margin: 0px 0px 0px 0px;
     padding: 20px 0px 0px 0px;
}
.sticky_note_content {
     padding: 0 10px 0 10px;
     color: #000000;
     font: normal normal bold Comic Sans MS, Cursive, Serif;
}
.sticky_note_content p {
     color: #666666;
	 text-align:right;
	 margin: 0;
	 padding: 10px 10px 0 0;
}

.sticky_note_footer {
     width: 253px;
	 height: 42px;
     background-image: url(http://www.albarwilmette.com/images/note_finish.gif);
     background-position: 0% 100%;
     background-repeat: no-repeat;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}

