form.registration{
    font-family: "Trebuchet MS";
    margin: 10px auto;
    padding: 10px;
    width: 35%;  
}
form.registration fieldset{
    border:none;
    padding:10px;
    /*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;*/				          
    padding:6px;
    margin:0px 0px 0px 0px;
}
form.registration legend{
    text-align:left;
    color:#fff;
    font-size:14px;
    padding:0px 4px 15px 4px;
    margin-left:20px;
    font-weight:bold;
}
form.registration label{
    font-size: 18px;
    width:200px;
    float: left;
    text-align: right;
    clear:left;
    margin:4px 4px 0px 0px;
    padding:0px;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
form.registration input{
    font-family: "Trebuchet MS";
    font-size: 18px;
    float:left;
    width:300px;
    border:1px solid #cccccc;
    margin:2px 0px 4px 2px;
    color:#00abdf;
    height:26px;
    padding:3px;
    /*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
form.registration input:focus, form.registration select:focus{
    background-color:#E0E6FF;
}
form.registration select{
    font-family: "Trebuchet MS";
    font-size: 20px;
    float:left;
    border:1px solid #cccccc;
    margin:2px 0px 2px 2px;
    color:#00abdf;
    height:32px;
    /*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
.button, .button:visited{ 
float:left;
	background:url(../images/right.png) left top no-repeat;
    font-weight:bold;
    display: inline-block; 
    padding: 5px 10px 6px; 
    color: #fff; 
    text-decoration: none;
    -moz-border-radius: 5px;
/*    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);*/
    cursor: pointer;
    margin-top:3px;
    margin-right:0px;
	border-radius:5px;
	width:32px;
	height:32px;
}
/*.button:hover{
    background-color: #970404; 
}*/
#sortable {
    list-style-type: none;
    /*margin: 5px 0px 0px 16px;*/
    padding: 0;
}
#sortable li {
    margin: 3px 3px 0px 0;
    padding: 1px;
    float: left;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    line-height:35px;
    cursor:pointer;
    /*-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
    background-color:#144315;
    color:#fff;
    font-weight:bold;
}
.captcha_wrap{
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    float:left;
    height:120px;*/
    overflow:auto;
    padding: 5px;
    overflow:hidden;
	background-color:#eeeeee;
    /*margin:0px 0px 0px 210px;*/
    
}
.captcha{
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;*/
    font-size:12px;
    color:#BBBBBB;
    text-align: center;
    border-bottom:1px solid #CCC;
    background-color:#fff;
}


.captcha_wrap > div {
    background-color: #EEEEEE;
    border: 1px solid #D7D7D7;
    float: left;
    padding: 5px;
    text-align: center;
    width: auto;
	line-height:22px;
	
}
#word{font-family: 'Sigmar One', cursive; font-size:32px; color:#002F01;}
ul{ margin:0px;}
.row3 {
    height: 40px !important;
    width: 32px !important;
	margin-left:3px !important;
}
.num{ font-size:11px; font-family:"Trebuchet MS";}

.row2 {
    padding-bottom: 16px !important;
    padding-top: 5px !important;
	margin-right:4px !important;
}

.box1 {
    background-color: #FFFFFF !important;
    height: 49px;
    line-height: 21px !important;
    padding-top: 3px !important;
    text-align: center;
    width: auto !important;
}

.box2 {
    background-color: #FFFFFF !important;
    height: 39px;
    line-height: 21px !important;
    padding-top: 13px !important;
    text-align: center;
    width: auto !important;
	margin-left:3px !important;
	margin-right:3px !important;
}

.box3 {
    background-color: #FFFFFF !important;
    height: 39px;
    line-height: 21px !important;
    padding-top: 13px !important;
    text-align: center;
    width: auto !important;
}

h2 {
    color: #424241;
    font-family: "Trebuchet MS";
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    width: 392px;
}

.heading{ width:399px; float:left; margin:0px; padding:0px;}
.heading ul{     float: left;
   margin: 8px 0 0 30px;
    padding: 0;
    width: auto;}
.heading ul li{ float:left; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none;}
.heading ul li a{ font-family:"Trebuchet MS"; text-decoration:none; font-size:14px; color:#424241; margin:0px 52px 0px 0px; padding:0px 0px 0px 0px;}
.heading ul li a:hover{ color:#144315;}
.heading ul li a.active{ color:#144315;}