body{
    font-family: "Arial Lucida Grande";
    font-size: 12px;
    background-image:url('reg1.jpg');
    color: #fff;
}
label{
    font-size: 12px;
	color: #666666;
}
a {
    color: #dc3522;
    text-decoration: none;
}
h2{
    font-size: 16px;
    color: #666666;
    text-align: center;
}
h1 {
    font-size: 60px;
    color: #666666;
    text-align: center;
	text-shadow: 2px 2px 1px #fff;
}
h1 span { 
		 font-size: 80px;
		color: #666666; 
}
h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
	text-shadow: 2px 2px 1px #666666;
}
p{
    font-size: 10px;
	color: #666666;
}
form{
    border: 0;
    margin: 0 ;
    padding: 50px;
	text-align: center;
	
}

div#regform{
    margin: 0 auto;
    width: 400px;
    padding: 30px;
    border: solid 2px #666666;
    background: # 666666;
    box-shadow: 3px 3px 4px # 6E93B8;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
div#regform h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
div#regform p{
    font-size: 11px;
    margin-bottom: 20px;
    border-bottom: solid 1px #9999FF;
    padding-bottom: 10px;
}
div#regform label{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 150px;
    float: left;
}
div#regform small{
    color: #8080B2;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}
div#regform input[type="text"], div#regform input[type="password"], div#regform input[type="file"] {
    float: left;
    background: #CACADF;
    padding: 5px;
    border: 1px solid #8080B2;
    width: 200px;
    margin: 2px 0 20px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#regform input[type="submit"]{
    padding: 5px 20px;
    border: 0;
    margin-left: 160px;
    background: #8080B2;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.clear {
    clear: both;
}
div.message {
    background: #ddd;
    width: 420px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
}
div.error {
    background: url('../pics/icon_error.png') #dc3522 no-repeat center left;
    color: #fff;
    text-indent: 20px;
}
div.notice {
    background: #374140;
    color: #fff;
    text-indent: 20px;
    background: url('../pics/icon_notice.png') #374140 no-repeat center left;
}
 
 
table.get_array {
    width: 400px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
}
table.get_array tr:nth-child(odd) {
    background: #f4f4f4;
}
table.get_array td {
    padding: 5px;
    border: 1px dotted #ddd;
    vertical-align: top;
}
table.get_array th {
    background: #666666;
    text-align: left;
    padding: 5px;
    border: 1px solid #ddd;
}
table.get_array tr td table {
    margin: 0;
}
table.get_array tr td:first-child {
    width: 100px;
}
 
div#content {
    width: 440px;
    margin: 0 auto;
}
 
div#header {
    width: 400px;
    margin: 20px auto;
    background: #374140;
    padding: 20px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
div#header a {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    color: #fff;
}
div#header a:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid #5c6867;
}
div#navbar {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
}
dl{
	color:#FF3300;
}

dd{
	font-size: 20px;
	color:#828282;
	text-shadow: 1px 1px 1px #fff;
}
a:link, a:visited {
     font-size: 15pt;
     color: #999999;
     text-decoration: none;}
a:hover, a:active {
     font-size: 20pt;
     color: #ff6600; 
     text-decoration: none;}
