hr {
	display: none;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

input, textarea, select, .uneditable-input {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 210px;
}
	
input, textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
    width: 270px;
}

form .input {
    margin-left: 150px;
}

label {
    color: #404040;
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding-top: 6px;
    text-align: right;
    width: 130px;
}

form .clearfix {
    margin-bottom: 18px;
}

form .clearfix:before, form .clearfix:after {
    content: "";
    display: table;
}

form .clearfix:before, form .clearfix:after {
    content: "";
    display: table;
}

form .clearfix:after {
    clear: both;
}

.help-inline, .help-block {
    color: #BFBFBF;
    font-size: 11px;
    line-height: 18px;
}

.help-block {
    display: block;
    max-width: 600px;
}

.btn.primary {
    background-color: #0064CD;
    background-image: -moz-linear-gradient(center top , #049CDB, #0064CD);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn.primary:hover {
	background-position: 0 -15px;
}

.btn.primary:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}