#container { width:96%; margin:1em auto; text-align:left;}
.text { float:left; width:30%;  margin:1em 2% 1em 0;}
.gallery { float:left; width:49%; margin-right:1%; margin-bottom:1em;}
.last { margin-right:0;}
img { border:none; }
ul,li { margin:0; padding:0; list-style-type:none; }
p { margin:0; padding:0 0 2px; }
:focus { outline: none; }
.justify { text-align:justify; }
.text ul { margin:5px 0 10px 0; padding-top:5px; border-top:1px solid #212024;}
.text li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }


pre { margin:5px 0; padding:5px 0; border-top:1px solid #212024; border-bottom:1px solid #212024;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code { display: block; margin:0; padding:0; line-height:150%; }
pre, code {font:100% "monospaced", monospace;*font-size:100%;}

#box { float:left; width:100%;}

form {
	margin:1.5em 0;
	padding:0;
	width:380px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:0.5em; font-size:1.4em; margin-left:30%; color:#FFCC00; }

form div {
	border-top-width: 0.1ex;
	border-top-style: dotted;
	border-top-color: #EFEEE4;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	float:left;
	width:30%;
	line-height: 200%;
	text-align:left;
} 
input, textarea {
	width:250px;
	border:0.1ex solid #DBD9C4;
	padding:3px;
	font-size:10px;
	color:#666666;
	background-color: #EFEEE4;
} 
textarea {
	overflow:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	width:65%;
	border:1px solid #DBD9C4;
	padding:3px;
}
.button input {
	border:none;
	margin-left:31%;
	font-size:14px;
	color:#A9A9A9;
	background:none;
	padding:0 4px;
	cursor:pointer;
	width:auto;
}

.hoverfocus {
	border:1px solid #E92D30;
}

#error, #response {
	float:left;
	width:20%;
	padding:3em;
}

#response ul {
	margin-top:5px;
	padding-top:5px;
	border-top-width: 0.1ex;
	border-top-style: dashed;
	border-top-color: #EFEEE4;
}

#error li, #response li {
	margin:0 0 5px 0;
	padding:0 0 5px 15px;
	background:url(bullet.gif) no-repeat 0 4px;
	border-bottom-width: 0.1ex;
	border-bottom-style: dotted;
	border-bottom-color: #EFEEE4;
	color: #E92E31;
	font-size: 10px;
}

#working { float:left; padding:3em; background:url(loading.gif) no-repeat left center;}
#form1 .lightwindow_action {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

