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

    max-width: 500px;
    padding: 20px 30px 20px 30px;
	font-family: 'Open Sans', sans-serif;
    border-bottom:1px solid #999;
}
.bootstrap-frm h1 {
    font: 24px 'Open Sans', sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    margin: -10px -30px 30px -30px;
	text-transform: none;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 13px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
	width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="number"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #999;
    color: #000;
    height: 20px;
	line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    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: 70%;
    height: 35px;
	line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
	padding: 5px 0px 0px 5px;
	width: 70%;
}
.bootstrap-frm .button {
    background: #666;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
.bootstrap-frm .button:hover {
    color: #036;
    background-color: #CCC;
    border-color: #999;
}

