﻿/* 	Name: 	sample b 
	Desc:	Orange Button	*/

input:focus:not([type=submit] ) {
    -moz-box-shadow: 0px 0px 3px blue;
    -webkit-box-shadow: 0px 0px 3px blue;
    box-shadow: 0px 0px 3px blue;
    background-color: #BBD2E0;
}

.txtFields {
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 95%;
    margin-top: 5px;
}


.loginbutton {
    font: bold 12px/23px Verdana;
    width: 93%;
    text-align: center;
}

.btnExport {
    background-color: transparent;
    font: bold 12px/23px Verdana;
    color: white;
    font: inherit;
    cursor: pointer;
    border: none;
    padding: 0px !important;
    padding-left: 15px;
    margin: 0px !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
}



.loginPanel {

    width: 30%;
    float: left;
    padding: 20px;
    text-align: left;
    background-color: #017187 /*#006973*/;
    border: 1px solid #017187;
    border: 1px solid rgba(0,0,0,0.1);
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
    border-radius: 3px;
    color: white;
    background-image: -webkit-linear-gradient(top,#018097,#017187);
    background-image: -moz-linear-gradient(top,#018097,#017187);
    background-image: linear-gradient(top,#018097,#017187);
}
