<!--

body
{background-color: #ffccff; font-family: Comic Sans Ms; font-size: 10pt; color: #cc00ff;}

td
{font-family: Comic Sans Ms; font-size: 10pt; color: #cc00ff;}

a:link { background-color: #f9f7e1; color: #81930e; text-decoration: none}
a:visited { background-color: #f9f7e1; color: #81930e; text-decoration: none}
a:hover { background-color: #f9f7e1; color: #81930e; text-decoration: underline overline}

body
{scrollbar-face-color:#cc00ff;
scrollbar-highlight-color:#ffccff;
scrollbar-3dlight-color:#ffccff;
scrollbar-darkshadow-color:#ffccff;
scrollbar-shadow-color:#ffccff;
scrollbar-arrow-color:#ffccff;
scrollbar-track-color:#ffccff;}


.container {
    width: 406px;
    max-width: 406px;
    margin: 0 auto;
}

#signup {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
}

#signup .header {
    margin-bottom: 20px;
}

#signup .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

#signup .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#signup .sep {
    height: 1px;
    background: #e8e8e8;
    width: 406px;
    margin: 0px -25px;
}

#signup .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}

#signup .inputs select {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    margin-top: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

#signup .inputs input[type=text], input[type=password] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 330px;
    margin-top: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

#signup .inputs input[type=text]:focus, input[type=password]:focus {
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

#signup .inputs .checkboxy .select {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

#signup .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 23px;
}

#signup .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
	width: 310px;
}

#signup label.terms {
    margin-top: 20px;
}

#signup .text {
	color: #8f8f8f;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 25px;
	margin-bottom: 7px;
    display: block;
    float: left;
    font-size: 12px;
	width: 330px;
}

#signup .error {
	color: #E10000;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 4px;
	margin-bottom: 7px;
    display: block;
    float: left;
    font-size: 12px;
	width: 360px;
}

#signup .inputs #submit {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #82940E 0%,
        #DCE391);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#82940E),
        to(#DCE391));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #82940E;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#signup .inputs #submit:hover {
    background: -moz-linear-gradient(
        top,
        #DCE391 0%,
        #82940E);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#DCE391),
        to(#82940E));
}

@media all and (max-width: 600px) {
	.container {
		width: 306px;
		max-width: 306px;
	}
	#signup .sep {
		width: 306px;
	}
	#signup .inputs input[type=text], input[type=password] {
		width: 230px;
	}
	
	#signup .inputs label.terms {
		width: 210px;
	}
	#signup .text {
		width: 210px;
	}
	#signup .inputs select[name=month] {
		width: 100px !important;
	}
	#signup .error {
		width: 230px;
	}

}

-->
