/*control Outer Border div*/
#outer_tab
{
width:335px;
margin:0px auto;
padding:5px;
border:1px solid #1c3764;
background:#FFFFFF;
}
/*subscribe title*/
#title
{
margin:0px;
text-align:left;
color:#3d4f04s;
font-weight:bold;
font-family:Candara;
font-size:18px;
padding:0px 5px 5px 15px;
}
/*field name*/
#small_title
{
margin:0px;
text-align:left;
color:#000000;
font-weight:bold;
font-family:Candara;
font-size:14px;
padding:5px 5px 5px 15px;
}
/*field name*/
#errorl_title
{
margin:0px;
text-align:left;
color:#000000;
font-weight:bold;
font-family:Candara;
font-size:14px;
padding:5px 5px 5px 15px;
}
/*compulsory field icon*/
.star
{
padding-right:2px;
color:#FF0000;
}
/*text box control*/
.text_box
{
background: #FFFFFF;
border:1px solid #c6c6c6;
text-align:left;
color:#000000;
font-family:Tahoma;
width:300px;
height:30px;
outline-width:0px;
}


.grey {
    clear: both;
}
.grey {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
.grey:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* blue css */
.blue {
    clear: both;
}
.blue {
    color: #FFFFFF;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #4478cd;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#4478cd),to(#4889f1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#4478cd),to(#4889f1));
    border: solid 1px #3079ed;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
.blue:hover {
       color: #FFFFFF;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #739fe6;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#739fe6),to(#739fe6));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#739fe6),to(#739fe6));
    border: solid 1px #3079ed;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
