/* - - - Default - - - */

/* Logo */
h1 a {
background-image:url('/images/wflogo.png'); 
min-height:0; 
height:40px
}
* html h1 a {/* IE6 png Support */
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop")
}

/* Backgrounds */
body{
background-image:none;
background-color:#222222
}
h1{
background-image:none;
background-color:#444444
}
#container{
background:#ffffff
}
.fmlook input.text, .fmlook textarea.textarea, .fmlook select.select{
background:#FFFFFF url(/images/fieldbg.gif) repeat-x top
}
.fmlook .focused{
background:#FFF7C0
}
.fmlook .instruct{
background-color:#F5F5F5
}

/* Borders */
#container{
border:0 solid #cccccc
}
.fmlook .info{
border-bottom:1px dotted #CCCCCC
}
.fmlook .section{
border-top:1px dotted #CCCCCC
}
.fmlook .first{
border:none !important
}
.fmlook .instruct{
border:1px solid #E6E6E6
}

/* Typography */
.fmlook .info h2{
font:160% inherit;
color:#000000
}
.fmlook .info p{
font:95% inherit;
color:#444444
}
.fmlook .section h3{
font:110% inherit;
color:#000000
}
.fmlook .section p{
font:85% inherit;
color:#444444
}
.fmlook label.desc{
font:95% inherit;
color:#444444
}
.fmlook li div, .fmlook li div p{
font-family:inherit;
color:#444444
}
.fmlook input.text, .fmlook textarea.textarea, .fmlook select.select, .fmlook label.choice{
font:100% inherit;
color:#333333
}
.fmlook label.choice{
color:#444444
}
.fmlook .instruct{
font:80% inherit;
color:#444444
}

/* Drop Shadows */
#top, #bottom{
visibility:visible
}

.reglist
{
list-style-type:hiragana-iroha; 
font-family:Verdana, Arial, sans-serif; 
font-size:10px;

}
.reglist li
{
	border-bottom:1px solid white;
	padding:10px;
}