.overlay{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 100;
    display: none;
}
.login-form{ 
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;    
    display: none;
    left: 50%;
    margin: -120px 0 0 -220px;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 1000;
}
.registration-form{ 
    box-shadow: 0 0 20px 3px #000000;
    -o-box-shadow: 0 0 20px 3px #000000;
    -webkit-box-shadow: 0 0 20px 3px #000000;
    -moz-box-shadow: 0 0 20px 3px #000000;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;    
    display: none;
    left: 50%;
    margin: -180px 0 0 -390px;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 700px;
    z-index: 1000;
}
.addToCart-login-check{ 
    box-shadow: 0 0 20px 3px #000000;
    -o-box-shadow: 0 0 20px 3px #000000;
    -webkit-box-shadow: 0 0 20px 3px #000000;
    -moz-box-shadow: 0 0 20px 3px #000000;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;    
    display: none;
    left: 50%;
    margin: -120px 0 0 -250px;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 460px;
    z-index: 1000;
}
.forgot-password{
	 box-shadow: 0 0 20px 3px #000000;
    -o-box-shadow: 0 0 20px 3px #000000;
    -webkit-box-shadow: 0 0 20px 3px #000000;
    -moz-box-shadow: 0 0 20px 3px #000000;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;    
    display: none;
    left: 50%;
    margin: -120px 0 0 -250px;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 460px;
    z-index: 1000;
}

.registration-form .reg-link a {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-right: 16px;
    padding: 6px 0 0 4px;
    
}
.registration-form .form-label {
    width: 110px;
}
.registration-form .form-item input {
    min-width: 200px;
}
.registration-form .form-item select {
    width: 322px;
}
.registration-form .right-algn {
    float: right;
}
.login-form input[type="button"], .forgot-password input[type="button"]{
    margin: 0 8px 0 0;
    padding: 5px 15px;
}
.forgot-password table td:first-child {
    text-align: left;
    width: 28%;
}
.forgot-password table tr:nth-child(2) td:first-child {
    text-align: right;
}
.forgot-password select {
    width: 262px;
}
/*------------14-1-2013 -----*/
#userItem1, #WordLists-addnewword {
    clear: both;
}
#ajax_wordlist1 select {
    margin-bottom: 10px;
    width: 100%;
}
.all-word {
    clear: both;
}
.all-word-block {
    clear: both;
    height: 400px;
    overflow: auto;
    border: 1px solid #999999;
    margin-bottom: 10px;
}
.button-style-4.rounded {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px;/*Firefox*/
    -webkit-border-radius: 30px;/*Safari, Chrome*/
    margin-left: 15px;
    padding: 10px;
}
.my-word-link-block {
    margin-bottom: 15px;
}
.table-style-1.bdr-no {
    border: medium none;
}
#th-editor-wrapper h2 {
    margin-bottom: 10px;
}
#th-editor-wrapper .button-style-4.right {
    min-width: 0;
}
#userItem1.all-word-block {
    margin-top: 85px;
}