body {

	font-family: Arial, Helvetica, sans-serif;

	color: #336633;

	font-size: 11px;

	background-image: url(background.jpg);

	margin: 0px;

}

#container {

	width: 1000px;

	height: 500px;

	text-align: left;

}

#camera {

	float: left;

	text-align: right;

	padding-top: 45px;

	width: 100px;

}

#contact { /* contact.php */

	padding-top: 60px;

	width: 580px;

	text-align: left;

	letter-spacing: 1px;	

}

#contact tr { /* contact.php */

	height: 33px;

}

#flower {

	float: left;

	height: 438px;

	width: 300px;

	background:url(flower.png) no-repeat;

}

#footage {

	height: 80px;

}

#logo {

	height: 388px;

	width: 200px;

	padding-top: 60px;

	padding-left: 168px;

}

#logo img {

	border: 0px;

}

#tooltip{ /* contact.php */

	position:absolute;

	border:1px solid #333;

	background:#f7f5d1;

	padding:2px 5px;

	color:#333;

	display:none;

}

#fixAbout {

	position:absolute;

	top: 640px;

	left: 780px;

}

/* ---------------- jquery ---------------------- */

a.dp-choose-date { /* contact.php > form id */

	width: 16px;

	height: 16px;

	margin-left: 5px;

	display: inline-block;

	text-indent: -2000px;

	overflow: hidden;

	background: url(calendar.png) no-repeat; 

}

.button {

	font-family:Arial, Helvetica, sans-serif;

	height: 18px;

	width: auto;

	background-color: #6D7562;

	border: 0px;

	padding-bottom: 5px;

}

.date-pick { /* contact.php */

	font-family:Arial, Helvetica, sans-serif;

	padding-top: 5px;

	padding-left: 3px;

	height: 20px;

	border:#FFFFFF;

	width: 180px;

	font-size: 11px;	

}

.pics { /* div cycle */

    height:  469px;  

    width:   676px; 

} 

.pics img { /* div cycle */

    width:  676px; 

    height: 469px; 

}

.selectoption { /* contact.php */

	font-family:Arial, Helvetica, sans-serif;

	padding-top: 3px;

	padding-left: 3px;

	height: 25px;

	border:#FFFFFF;

	width: 200px;

	font-size: 11px;

}

.textbox { /* contact.php */

	font-family:Arial, Helvetica, sans-serif;

	padding-top: 5px;

	padding-left: 3px;

	height: 20px;

	border:#FFFFFF;

	width: 180px;

	font-size: 11px;

}

.textarea { /* contact.php */

	font-family:Arial, Helvetica, sans-serif;

	margin-top: 6px;

	padding-top: 5px;

	padding-left: 3px;

	border:#FFFFFF;

	width: 400px;

	font-size: 11px;	

}

/* --------------------------------------------------- contact.php > validation */

span.hint { /* contact.php */

	font:normal 11px/14px verdana;

	background:#eee url(bg-span-hint-gray.gif) no-repeat top left;

	color:#444;

	padding:5px 0px 5px 60px;

	width:250px;

	position:absolute;

	display:none;

	margin: -10px 0 0 0px;

}

fieldset.welldone span.hint { /* contact.php */

	background:#9fd680 url(bg-span-hint-welldone.jpg) no-repeat;

	border-color:#749e5c;

	color:#000;

}

fieldset.kindagood span.hint { /* contact.php */

	background:#ffffcc url(bg-span-hint-kindagood.jpg) no-repeat top left;

	border-color:#cc9933;

}

fieldset.welldone { /* contact.php */

	background:transparent url(yes.png) no-repeat 205px;

}

fieldset.kindagood {

	background:transparent url(bg-fieldset-kindagood.gif) no-repeat 194px 19px;

}

fieldset { /* contact.php */

	border:0;

	position:relative;

	height: 20px;

}

/* --------------------------------------------------- contact.php > validation */


