#helpsection
{
 padding: 5px;
 width: auto;
 height: 150px;
 border: 1px solid black;
 background-color: #C4EBFC;
 text-align: left;
 display: none;
 clear: both;
}
 
#startup
{
 padding: 5px;
 background-color: #777777;
 display: block;
 border: 1px solid black;
 color: white;
 width: auto;
 float: left;
 text-align: center;
}
 
#help1
{
 padding: 5px;
 border: 1px; solid blue;
 display: none;
}

#help2
{
 padding: 5px;
 border: 1px; solid blue;
 display: none;
}

#help1 img, #help2 img
{ float: left; padding: 5px;}

#sContainer
{
 border: 1px solid black;
 width: auto;
 height: 700px;
 padding: 5px;
 position: relative;
}

#setting
{
 width: 200px;
 padding-right: 10px;
 float: left;
}

#result
{
 height: auto;
 display: none;
 margin: 0;
 border: 1px solid #777788;
 width: 400px;
 float: left;
}

.step1
{
 padding: 5px;
 display: block;
 background-color: #C4EBFC;
 border: 1px solid #777788;
 margin-bottom: 6px;
 width: 190px;
}

.step1 p
{
 margin-top: 0;
 background-color: #62A8EC;
 font-weight: bold;
 color: white;
 border: 1px solid #777788;
 padding-bottom: 5px;
}

.step1 li
{
 list-style: none;
 text-decoration: none;
 margin: 0 px;
 padding: 0px;
}

#step4
{
 text-align: center;
 background-color: #ff6633;

}

.input1
{
 padding-bottom: 3px;
 padding-top: 3px;
 color: white;
}

.input2
{
 padding-bottom: 3px;
 padding-top: 3px;

}

#selectionList ul li
{
 float: left;
 text-decoration: none;
 list-style: none;
 padding-right: 4px;
 padding-left: 4px;
 border: 1px solid black;
}

#selectionList ul li a
{
 padding-top: 3px;
 text-decoration: none;
 padding-right: 4px;
 padding-left: 4px;
 margin: 0;
 color: black;
 border: 1px solid black;
 background-image: url('http://lib.store.yahoo.net/lib/amhs/shadeactive.gif');
}

#selectionList ul li a:hover
{
 border-bottom: 1px solid white;
}

.clear
{ clear: both;}


#result p
{
 color: black;
 font-weight: bold;
 font-size: 120%;
}

.qArea
{
 text-align: left;
 width: 300px;
 padding-left: 10px;
 padding-bottom: 1px;
 padding-top: 1px;
}

.qArea li
{
 list-style: none;
 float: left;
 padding-left: 6px;
 padding-right:6px;
 margin: 0;
}

legend
{
 background-color: #0099ff;
 color: #62A8EC;
 font-weight: bold;
 border-color: #ff6633;
}

#error
{
 text-align: center;
 width: auto;
 color: red;
 font-size: 80%;
}

