
body {
	text-align:center;
	background-color: #ddd;
	margin: 0;
	padding: 0;
	min-height: 100%;
	color: #333;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-style: none;
	min-height: 100%;
        box-sizing: border-box;
        -moz-box-sizing:    border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

}

.wrapper {
        box-sizing: border-box;
	position: relative;
	border: 0px solid #666666;
        background-color: #CFCFCF;
	max-width: 1000px;
	min-width: 485px;
	margin: 0px auto;
        padding: 0;
}



.boxheader {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 470px;
	position: relative;
        background-color: #000000;
	height: 111px;
	margin: 0 auto 0px auto;
	padding: 5px;
	border: 5px solid #3366AA;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #999 5px 5px 5px;
	-moz-box-shadow: #999 5px 5px 5px;
	box-shadow: #999 5px 5px 5px;
}

.boxnavtop {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 470px;
	color: #FFFFFF;
	position: relative;
	background-color: #AABBCC;
	line-height: 30px;
	height: 30px;
	margin: 0 auto 0px auto;
	padding: 0px;
	font-weight: bold;
	border: 3px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 5px 5px 5px;
	-moz-box-shadow: #999 5px 5px 5px;
	box-shadow: #999 5px 5px 5px;
        white-space: nowrap;
}

.boxnavbottom {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 470px;
	color: #FFFFFF;
	position: relative;
	background-color: #AABBCC;
	line-height: 30px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-weight: bold;
	border: 3px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 5px 5px 5px;
	-moz-box-shadow: #999 5px 5px 5px;
	box-shadow: #999 5px 5px 5px;
        white-space: nowrap;
}


.boxclear {
        box-sizing: border-box;
	position: relative;
	background-color: #FAFAFA;
	text-align:left;
	margin: 0 auto 0px auto;
	padding: 2px;
	border: 3px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 5px 5px 5px;
	-moz-box-shadow: #999 5px 5px 5px;
	box-shadow: #999 5px 5px 5px;
}

.boxmain {
        max-width: 430px;
	min-width: 430px;
        box-sizing: border-box;
	position: relative;
        float:left;
	text-align:left;
	background-color: #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	border: 3px solid #666666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #999 5px 5px 5px;
	-moz-box-shadow: #999 5px 5px 5px;
	box-shadow: #999 5px 5px 5px;
}

.boxcontentwrapper {
        width: 100%;
	max-width: 1000px;
	min-width: 485px;
        box-sizing: border-box;
	position: relative;
        float: left;
	border: 0px solid #660066;
        padding: 5px;
        text-align: center;
}

.boxcontent {
        box-sizing: border-box;
	position: relative;
        display: inline-block;  
        margin: 0 auto;
	border: 0px solid #666666;
        padding: 0;
}

.myselect {
    font-size: 14px;
    width: 180px;
    overflow: hidden;
    height: 25px;
    color: #000;
	border: 3px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 5px 5px 5px;
	-moz-box-shadow: #999 5px 5px 5px;
	box-shadow: #999 5px 5px 5px;

}

.xselect {
    font-size: 14px;
    border-radius: 10;
    width: 180px;
    overflow: hidden;
    padding-top: 15px;
    height: 20px;
    text-indent: 10px;
    color: #000;
    -webkit-appearance: none;
}


h1.inline, h2.inline {
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	display: inline;
}

td.bold {
	font-weight: bold;
}

a.white, a.white:link, a.white:visited, a.white:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


