/* LAYOUT 
-----------------------------------*/
body {
	background: #a8a483 url(/images/bkg.png) repeat;
}
.wrapper {
	width: 511px;
	margin: 50px auto;
	text-align: center;
	background: #FFF;
	border: 1px solid #a8a483;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #958173;
}
.wrapperPadding {
	margin: 5px;
	border: 1px solid #E8EAE2;
	padding: 50px 50px 15px 50px;
	text-align:  justify;
	background: #fff;
}

/* LINK STYLE
-----------------------------------*/
a {
	color: #dd816f;
	background-color: transparent;
	text-decoration: none;
}
a:hover { color: #db482c; }

/* HEADING STYLE
-----------------------------------*/
h2 {
	color: #79685d;
	background-color: transparent;
	border-bottom: 1px solid #E8EAE2;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
	text-align: center;
}
h2:hover { color: #3d380e;}

/* LIST STYLE 
-----------------------------------*/
ul, li { 
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
ul { margin: 5px 0; }

/* TOOLTIP STYLE 
-----------------------------------*/
#screenshot{
	position:absolute;
	border:1px solid #a8a483;
	background:#a8a483;
	padding:5px;
	display:none;
	color:#FFF;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
}
#screenshot img{ border:1px solid #a8a483;}

/* FORM STYLE 
-----------------------------------*/
.optional {display: none;}
form {margin-top: 16px; display: none;}
fieldset {border:1px solid #E8EAE2;}
legend {color: #dd816f;}
label  { display:block;  margin:0 0 0 5px;}
input[type='text'],textarea { line-height:22px;display:block; width: 350px;  margin:0 0 16px 5px; border:1px solid #bbb; background:#fafafa;}
input[type='text'] :focus, textarea:focus { border:1px solid #666; }
input[type='text'] :hover, textarea:hover { border-color: #d3d7cf;}
textarea { margin:0 0 8px 5px;} 


