/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*
 * Oktavilla Baseline CSS
 * Version 1.0
*/
HTML { font: 13px/1.2 arial, sans-serif; }
OL { padding-left: 2em; }
OL LI { list-style: decimal outside; }
UL { padding-left: 1.5em; }
UL LI { list-style: disc outside; }
B, STRONG { font-weight: bold; }
EM, I { font-style: italic; }
TH { font-weight: bold; }
TD, TH { padding: 2px; }
P, TABLE, UL, OL { margin-bottom: .7692em; }
INPUT, TEXTAREA, SELECT { padding: 2px; }
.checkbox INPUT, INPUT.checkbox, INPUT[type=checkbox], .radio INPUT, INPUT.radio, INPUT[type=radio] { padding: 0; width: auto; }
INPUT.submit, INPUT[type=submit] { cursor: pointer; }

H1 {
	display: none;
}
BODY.open-class {
	background: black;
	color: #fff;
}
FORM {
	border: 1px solid #e2e2e2;
	padding: 15px;
	-moz-border-radius: 8px;
}
BODY.open-class FORM {
	border-color: #333;
}
LABEL {
	display: block;
	margin: 0 0 2px 0;
}
INPUT[type=text],
SELECT,
TEXTAREA {
	border: 1px solid #cdcdcd;
	padding: 4px;
	margin: 0 0 10px 0;
}
FIELDSET {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
FIELDSET:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.options {
	margin: 0 0 10px 0;
}
.opt LABEL {
	display: inline;
	font-weight: normal;
}
.opt INPUT {
	margin: 0;
}
H2 {
	margin: 0 0 20px 0;
	font-weight: bold;
}

