body {
    margin:0;
    padding:0;
    background:url(../images/main_bg.jpg) no-repeat center top;
    color:#fff;
}

.login {
    height: 300px;
    width: 500px;
    border: 12px solid #8c8584;
    border-radius: 12px;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto;
    padding: 45px;
    overflow: hidden;
    padding-bottom: 70px;
    margin-bottom: 50px;
}

.signup {
    height: 380px;
    width: 400px;
    border: 12px solid #8c8584;
    border-radius: 12px;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto;
    padding:45px;
    overflow:hidden;
    padding-bottom:70px;
}


.logo {
    margin-left:223px;
    margin-top:40px;
    margin-bottom:15px;
    position:relative;
    width:256px;
}

.welcome,.template {
    border: 12px solid #8c8584;
    background: url(image/body-noise.png) repeat left top;
    background-color:#740000;
    color:#fff;
    border-radius: 12px;
    width: 770px;
    margin-top: 20px;
    margin-left: auto;
    margin-right:auto;
    padding:15px;
}
.template {
    width: 540px !important;
}

.upload {
    width: 820px;
    margin-bottom:15px;
    margin-top:15px;
    margin-left: auto;
    margin-right:auto;
    //padding-left:43px;
}

.excel_upload {
    background: url(image/body-noise.png) repeat left top;
    background-color:#740000;
    border: 12px solid #8c8584;
    border-radius: 12px;
    width: 388px;
    margin-left: auto;
    margin-right:auto;
    padding:15px 10px;
    float: left;
    height: 200px;
    //padding-left:43px;
}

.group_upload {
    background: url(image/body-noise.png) repeat left top;
    background-color:#740000;
    border: 12px solid #8c8584;
    border-radius: 12px;
    width: 300px;
    margin-left: auto;
    padding:15px 10px;
    height: 200px;
    //padding-left:43px;
}

.upload-block {
    padding: 0 10px;
    width: 100%;
    text-align: center;
}

.message {
    background: url(image/body-noise.png) repeat left top;
    background-color:#740000;
    border: 12px solid #8c8584;
    border-radius: 12px;
    width: 770px;
    margin-bottom:15px;
    margin-top:15px;
    margin-left: auto;
    margin-right:auto;
    padding:15px;
    clear: both;
}

.logout {
    width: 50px;
    color: #fff;
    margin-top: 0px;
    float: right;
    margin-right: 20px;
}

.logout a {
    color:#fff;
}

/****************************************************
 * 	Push Button
 *****************************************************/
.push_button{
    position:relative;
    width:180px;
    color:#FFF;
    display:block;
    text-decoration:none;
    margin:0 auto;
    border-radius:5px;
    border:solid 1px #D94E3B;
    background:#cb3b27;
    text-align:center;
    padding:10px 30px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 9px 0px #84261a;
    margin-top: -64px;
    margin-left: 440px;
    margin-bottom: 35px;
    font-size:30px;

}

.push_button1{
    position:relative;
    width:727px;
    color:#FFF;
    display:block;
    text-decoration:none;
    border-radius:5px;
    border:solid 1px #D94E3B;
    background:#cb3b27;
    text-align:center;
    padding:10px 30px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 9px 0px #84261a;
    font-size:30px;
    margin-left:31px;

}

.push_button2{
    position:relative;
    width:145px;
    color:#FFF;
    display:block;
    text-decoration:none;
    border-radius:5px;
    border:solid 1px #85D1F3;
    background:#85D1F3;
    text-align:center;
    padding:6px 1px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #6EB5F4;
    box-shadow: 0px 9px 0px #02627F;
    font-size:16px;

}

.push_button3{
    position:relative;
    width:145px;
    color:#FFF;
    display:block;
    text-decoration:none;
    border-radius:5px;
    border:solid 1px #85D1F3;
    background:#85D1F3;
    text-align:center;
    padding:6px 1px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #6EB5F4;
    box-shadow: 0px 9px 0px #02627F;
    font-size:20px;

}

.push_button:active, .push_button1:active, .push_button2:active, .push_button3:active{
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px 2px 0px #84261a;
    position:relative;
    top:7px;
}

.message table tr td, .message table tr th {
    border-style:groove;
    border-width:2px;
    border-color:#3e4e22;
    color:#fff;
}

.message table tr td table tr th {
    border:none;
}

#textsms, #textphone {
    background-color: #000;
    opacity: 0.65;
    color: #fff;
    width: 100%;
}
.message table {
    margin-left:30px;
    width: 95%;
}

a, a:visited, a b {
    color:#fff;
    text-decoration:none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}
a:hover{
    color:#85D1F3;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}

input[type=text]:hover, input[type=password]:hover, input[type=textarea]:hover,textarea:hover {
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.6);    
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.6);    
    box-shadow:0 0 10px 5px #85D1F3;
    border:1px solid #85D1F3;
}

.sms-sent {
    background: url(image/body-noise.png) repeat left top #740000;
    border: 12px solid #8c8584;
    margin-bottom:5%;
    border-radius: 12px 12px 12px 12px;
    padding: 28px;
    width: 800px;

}

.wrapper-sent {
    margin-left:15%;
    margin-right:15%;
    color:#000;
    margin-top:100px;
}

.wrapper-sent a, .wrapper-sent a b {
    color:#000;
}
.clear {
    clear: both;
}
.ta-center{
    text-align: center;
}
.mr25 {
    margin-right: 25px;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
#group_sel {
    width: 200px;
    margin-top: 10px;
    height: 32px;
    border-radius: 5px;
    color: #000;
}
#temp_sele {
    width: 350px;
    color: #000;
    margin-top: 10px;
    height: 32px;
    border-radius: 5px;
    margin-left: 10px;
}
.text-input {
    width: 300px;
    height: 32px;
    border-radius: 5px;
    margin-left: 20px;
}
.textarea-input {
    width: 300px;
    border-radius: 5px;
    margin-left: 20px;
    color: #000;
}
.row {
    margin: 10px 0;
}
.cmmn-btn {
    width: 150px !important;
    height: 40px !important;
    font-size: 16px !important;
    display: inline;
    margin-left: 0px;
}
.nav a {
    color: #000;
}
.ml10 {
    margin-left: 10px;
}
.f-color-b {
    color: #000 !important;
}