

    #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 {
        display: block;
        width: 400px;
        height: 31px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #see_id {
        width: 390px;
        height: 23px;
        background-position: -202px -133px;
		margin-right:20px;
		font-family:"BFarnaz";
		font-size:26px;
		margin-top:-10px;
		
    }
    #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;
		padding-right:20%;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
		margin-top:7px;
    }
    #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;}
.sprited {
    background:url(download_sprite.png) no-repeat;
    line-height: 1000px;
    overflow: hidden;
    display: block;
}

#response  p{margin-right:12px;}	

.jshop.cart p a,#response p a,.cart td a{
margin-right:7px;
text-decoration:underline;
color:#FF0000!important;
cursor:pointer;cursor:hand;
}

.box {
    background-color: #ffffff;
    color: #888888;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}
/*
a.boxclose {
    background: url("../img/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    width: 26px;
    position: relative;
    top: 12px;
right: -10px;
}*/
a.boxclose{
    background: #000071;
    border-radius: 5px;
    width: auto;
    margin-left: 30px;
    padding: 5px 20px;
    margin-bottom: 5px;
    color: #fff;
}
a.boxclose:hover{
    color:yellow;
}
}

