@charset "utf-8";
/* CSS Document */

#sign_up {
	-moz-border-radius: 6px;
	background: #eef2f7;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
	padding: 14px 22px;
	width: 400px;
	position: relative;
	display: none
}

#close_x { 
	width: 24px;
	height: 23px;
	overflow: hidden;
	line-height: 1000px;
	display: block;
	position: absolute;
	top: 17px;
	right: 27px
}

#see_id {
	width: 390px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	color: #fff;
	background: #F59500
}

#sign_up #sign_up_form { margin-top: 13px }

#sign_up #sign_up_form p {
	font-weight: bold;
	margin: 0 0 5px 0
}

#sign_up #sign_up_form ul {
	overflow: hidden;
	margin: 0 0 10px 0
}

#sign_up #sign_up_form ul li {
	float: left;
	margin: 0 20px 0 0
}

    /*
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
    #sign_up label input {
        display: block;
        width: 393px;
        height: 31px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #sign_up_form {
        position: relative;
        background: url(divider.png) repeat-x bottom left;
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #cancel { background-position: -198px -36px; }
    #log_in { background-position: -291px -36px; }
    #cancel:hover { background-position: -198px -67px; }
    #cancel:active { background-position: -198px -98px; }
    #log_in:hover { background-position: -291px -67px; }
    #log_in:active { background-position: -291px -98px; }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}