﻿.textboxstype
{
    /*border: medium none;
    color: #fff;*/
    font-size: 15px;  
    padding: 5px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 1.42857143;
}
.textboxstypecap
{
    /*border: medium none;
    color: #fff;*/
    font-size: 15px;
    height: 15px;
    width: 80px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;            
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 1.42857143;
}

.title_box { font-size: 15px !important; padding-top: 7px !important;}

.stylebtn
{
    /*overflow: hidden;*/
    background: #288ad6;
    position: relative;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #288ad6;
    border-radius: 4px;
    margin-right: 5px;
    padding: 0 3.3%;
    text-align: center;
    cursor: pointer;
}

.stylebtnlink
{
    display: inline-block;
    background-color: #288ad6;
    color: #FFFFFF;
    padding: 6px 17px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
    opacity: 0.9;
    border: 1px solid #288ad6;
    border-radius: 5px;
}

.stylebtnlink:hover
{
	color:#288ad6;
    background-color: #ffffff;
	text-decoration:none;
    font-weight: 500;
}

.stylelab
{
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

.styledrop
{
    margin-left: -5px;
}



