  #sign_up {
  
        background: #fff;
        padding: 27px 22px;
        width: 465px;
		height:200px;
        position: relative;
		text-align:center;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
    }
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
   #sign_up label input:focus{outline:none;background:#f2f0f1;}
    #sign_up label input {
        display: block;
        /*width: 393px;*/
        height: 33px;
		background:#f2f0f1;
       /* background-position: -201px 0;*/
        padding: 0px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #see_id {
        width: 228px;
        height: 23px;
		margin-top:21px;
		margin-bottom:20px;
        background-position: -202px -133px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #sign_up_form {
        position: relative;
       
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        left:61px;
        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; */}
    #close_x { 
        width: 32px; height:32px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 0px; right: 0px;
       background:url(../images/button_close.png)
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}
	
	#log_in{background:url(../images/button_apply.gif) no-repeat; float:left; width:342px; height:43px; border:none;}