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

/*
	Uncorked Media
	Author: Uncorked Media
	=========================================================
	Copyright (c) Uncorked Media
	=========================================================
*/



/*************************************************
**************************************************
					FOOTER
**************************************************
**************************************************/

form {
	margin:0;
	padding:0;
}
div.contactform {
	width:300px;
	height:315px;
	margin-left:0px;
	padding:0;
	float:left;
}
div#formcontainer ol {
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
}
div#formcontainer li {
	position:relative;
	float:right;
	margin:0;
	margin-right:70px;
	padding: 3px 5px;
}
div#formcontainer li.right{
	font-size: 10px;
	float:right;
	margin:5px 5px 0px 10px;
	width:210px;
}
div#formcontainer label {
	display:block;
	margin:0;
	margin-top:5px;
	float:left;
	margin-right :10px;
}
div#formcontainer a{
	text-decoration:none;
}
div#formcontainer input {
	width:280px;
	height:23px;
	margin:0;
	background:#fff url(../images/inputbg.png) no-repeat;
	background-position: 0 -305px;
	border:1px solid #93918a;
	padding:2px 4px;
	text-align:left;
}
textarea {
	width:280px;
	height:120px;
	margin:0;
	margin-bottom:10px;
	background:#fff url(../images/inputbg.png) no-repeat;
	background-position: 0 -305px;
	border:1px solid #93918a;
	padding:2px 4px;
	text-align:left;
	
}
button {
	width:137px;
	height:24px;
	background:url(../images/sendbutton.gif) no-repeat;
	padding:0;
	border:none;
	color:#66C;
	
}
div#button a{
	text-decoration:none;
}
div#formcontainer input, button, textarea {
	font-family:"Lucida Grande", "lucida sans Unicode", Arial, serif;
	font-size:13px;
	color:#3A3A38;
}
div#formcontainer input:focus, textarea:focus {
	background-position: 0 -0;
} 
div.currentimage img {
	background:url(../images/lightbox-ico-loading.gif) center center no-repeat;
}

div#formcontainer ol li span {
	position:absolute;
	display:block;
	color:red;
	top:9px;
	right:10px;
	text-align:right;
	font-size:9px;
}



/*********** Fixes for our "beloved" IE6 ***********/
* html div#conentwrapper {
	margin-top:-15px;
}
* html div#leftcorner {
	background:none;
}
* html div.currentcontentleft, * html div.currentcontent, * html div.contactinfo {
	padding:0 0 0 20px;
}
* {
	behavior: url(iepngfix.htc);
}
