html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 div#wrap {
	 width:980px;
	 margin:0 auto;
	 padding:25px;
	 background-color:#f1efda;}
	 
div#show {
	width:100%;}
	
a.spoiler span, span.no-spoiler {
	display:block;
	width:100%;
	background-color:#9A988E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	margin:15px 0;
	clear:both;}
	
/*div.spoiler_in {
	padding:15px 0;}*/
	
form.brief button {
	background-color:#9a988e;
	border:1px solid #9a988e;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	line-height:25px;
	padding:0 10px;
	float:right;}
	
form.brief button:hover {
	background-color:#cbcbcb;
	border:1px solid #cbcbcb;}
	
form.brief label, span.label {
	width:300px;
	display:block;
	float:left;
	clear:both;
	color:#1e1e1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:44px;}
	
form.brief label:hover {
	cursor:pointer;}
	
form.brief label.no-float {
	width:auto;
	padding-right:5px;}
	
form.brief input {
	width:664px;
	margin:10px 0;
	padding:0 0 0 10px;
	height:18px;
	border:3px solid #9a988e;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ffffff;
	color:#9a988e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;}

	
div.radios {
	width:680px;
	float:left;}
	
input#link, input#link2 {
	width:300px;
	float:right;}
	
form.brief input.radiobutton, form.brief input.file {
	width:auto;
	height:24px;
	border: none;
	background-color:transparent;}
	
.width20 {
	width:20%;
	float:left;}
	
.width25 {
	width:25%;
	float:left;}
	
.width50 {
	width:50%;
	float:left;}
	
form.brief #id3 label.min {
	line-height:20px;}