div#modalContents h1
{
    font-size: 220%;
	margin-left:40px;
	margin-bottom:30px;
	color:#008000;
}
div#modalContents h2
{
    font-family: "Trebuchet MS";
    font-size: 130%;
}
div#modalContents h3
{
    font-family: "Trebuchet MS";
    font-size: 110%;
}
div#modalContents div#site_sea a
{
    color: blue;
}
div#modalContents
{
    background: white;
    margin: 20px auto 0;
    width: 600px;
    text-align: left;
	float:left;
	
}
div#modalContents div#head
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 20px;
    color: #414141;
    padding-top: 10px;
    border-bottom: #414141 1px dotted;
    text-align: left;
}
div#modalContents #switch
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 130%;
    background: #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
div#modalContents #switch a
{
    color: #414141;
    text-decoration: none;
}
div#modalContents div.code
{
    border-right: #414141 1px solid;
    border-top: #414141 1px solid;
    margin: 10px;
    overflow: auto;
    border-left: #414141 1px solid;
    width: 700px;
    border-bottom: #414141 1px solid;
}
div#modalContents div.code pre
{
    font: 12px "Lucida Console";
}
div#modalContents #footer
{
    margin: 50px auto;
    text-align: center;
}

div#modalContents div.hr {
	height:2px;
	background-color:#000;
	margin-top:5.5px;
	margin-bottom:8px;
}

/*
 *Sites to Search
 */
div#site_sea table.opstable td{
	padding-bottom:10px;
}

div#site_sea input{
	margin:0 4px 0 0;
}

div#site_sea input.groupall{
	margin-left:10px;
}

/*
 * Options Tab
 */

div#modalContents div#hhops hr {
	margin: 8.5px 0 8px;
}

div#modalContents div#hhops div#hhopstitle {
	font-weight:bold;
	padding:3px;
}

div#modalContents div#hhops h3 {
	margin: 20px 0 5px;
}

div.reschoice {
	margin-bottom:5px;
}

div#modalContents div#hhops input#reuse {
	margin-left:20px;
}

/*
 * Help Tab
 */

div#modalContents div#help p {
	margin: 2px 10px 0.8em;
}