/**** HTML TAGS ****/

/**** CSS CLASSES ****/
.ac_results
{
    font-family:verdana,arial,helvetica,trebuchet,sans;
    font-size:9pt;
    position:absolute;
    width:240px;
    background-color:#fff;
    border:1px solid #214252;
    margin:0;
    padding:0;
    z-index:100;
}
.ac_results ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

.ac_even
{
    color:silver;
    color:#1b2930;
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
}
.ac_odd
{
    color:silver;
    color:#1b2930;
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
}
.ac_over
{
    background-color: #1b2930;
    color:silver;
    border: 1px solid #9FCC17;
}

/**** CSS ELEMENTS ****/
#registrationTitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:25px;
    margin-bottom:5px;
}
#registrationLogin {
    margin-left:70px;
    margin-bottom:5px;
    color: #3ba1bb;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
    font-size:0.8em;
}
#registrationLogin .green {
    color:#4B9D00;
    text-decoration:underline;
}
#registrationPanel {
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;    
	background-color: rgba(255, 255, 255, 0.2);
    margin-left:25px;
    padding:30px;
    padding-right:20px;
    padding-bottom:20px;
}
#registrationPanel dt {
    display:none;
}
#registrationPanel dd {
    padding:0;
    margin:0;
}
#registrationPanel .label {
    color: #204D61;
	font-family: Helvetica, Arial, sans-serif;    
    padding-bottom:20px;
    padding-right:20px;
}
#registrationPanel .field {
    padding-bottom:20px;
}
#registrationPanel input {   
    background-color: #ebf5f7;	
	height: 32px;
	color: #64828C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    font-size:1.1em;
    padding-left:5px;    
}
#registrationPanel input[type=text] {
    width: 300px;
}
#registrationPanel input[type=password] {
    width: 300px;
}
#registrationPanel input[type=checkbox] {
    width: 20px;
    height:20px;
}
#registrationPanel input:focus {
    background-color: #ffffff;
}
#registrationPanel .border {
    border: 1px solid #63a3b3;
}
#registrationPanel .border:focus {    
	border: 1px solid #28758c;
}
#registrationPanel input[type=text].question {
    width:50px;
}
#registrationPanel #submit {
    width: 140px;
    height: 34px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    border: 1px solid #6e8628;    
    background-color: #8fb619;    
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );    
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #294b57;
    line-height: 1.6em;
    margin-left:166px;
}
#questionHelp {    
    margin:5px;
    margin-top:6px;
    color:#08708a;
    width:300px;
}
#termsTitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:25px;
    margin-bottom:5px;
}