@charset "utf-8";
/* CSS Document */

/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 100%;
    background: #FFF;
	background: linear-gradient(to bottom, #FFF, #FFF, #FFF);
    padding: 5px 5px 5px 5px;
   /*font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #930;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.bootstrap-frm h1 {
    /*font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    padding: 0px 0px 0px 0px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
   /* font-size: 11px; */
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 0px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="password"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #930;
    color: #888;
    height: 12px;
    line-height:12px;
    margin-bottom: 1px;
    margin-right: 6px;
    margin-top: 1px;
    outline: 0 none;
    padding: 1px 1px 1px 1px;
	text-indent: 3px;
    width: 69%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 71%;
    height: 17px;
    line-height:12px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 2px 0px 0px 2px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 1px 1px 1px 1px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}