input[type="image"], input[type="checkbox"], input[type="radio"] {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: auto;
    margin: 5px 0 0;
    padding: 0;
    width: auto;
}
.nudge-top {
	margin-top: 6.666px;
}
.nudge-bottom {
	margin-bottom: 6.666px;
}
.nudge-left {
	margin-left: 6.666px;
}
.nudge-right {
	margin-right: 6.666px;
}
.help-block {
    clear: both;
    color: #aaa;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
	text-align: center;
}
.field-tips-block, .field-tips-block2 {
    clear: both;
    color: #aaa;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
	text-align: left;
}
.field-tips-block2 {
	margin-left: 140px;
}
.form-actions {
    /*padding-left: 210px;*/
    text-align: center;
}
.box-blue .form-actions {
    background-color: #D9E1E8;
    border-top: 1px solid #D8DCE0;
}
.box .form-actions {
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
	min-width:500px;
}
.form-actions {
    background-color: #EEEEEE;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #DDDDDD;
    margin: 10px -15px -15px;
    padding: 15px;
    text-align: center;
}
input:focus, textarea:focus, select:focus {
	border-color: rgba(82,168,236,0.8);
	//box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 0 5px rgba(82,168,236,0.8);
	outline: none;
}
.controls {
    margin-left: 200px;
}
.controls, .controls2 {
    position: relative;
}
input, textarea, .chzn-choices, .uneditable-input {
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    color: #222222;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    margin-bottom: 3px;
    padding: 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 310px;
}
input[type="button"], input[type="submit"] {
	width: auto;
}
input.long {
	width: 400px;
}
input.short {
	width: 100px;
}
input.short2 {
	width: 75px;
}
input.veryShort {
	width: 50px;
}
input.medium {
	width: 250px;
}
input.full {
	width: 100%;
}
input.invisible {
	border:0; background:none;
}

textarea {
    height: 150px;
    width: 450px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
.textareaLarge {
    width:100%;
	height:350px;
    padding:3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.textareaSmall {
    width:250px;
	height:30px;
    padding:3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
select {
	padding: 5px 7px;
}

.required > label:after {
    content: "*";
}
span.required, .required > label:after {
    color: #DD0000;
    font-size: 10px;
    font-weight: bold;
    margin-right: -8px;
}
.fieldsetCol .control-group > label, .control-group > label {
    width: 130px;
}
.fieldsetCol .control-group > input {
	//width: 310px;
}
label {
    display: block;
    float: left;
    padding-top: 6px;
    text-align: right;
    width: 180px;
	margin-right: 10px;
}
label {
    color: #495F6B;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}
.control-group:after {
    clear: both;
}
.control-group {
    margin-bottom: 20px;
	width:100%;
}
.fieldsetCol {
	float: left;
	width: 48%;
	margin-left: 0;
	margin-top: -15px;
}

.box:after { clear: both; }
.box { border-radius: 4px; padding-top: 15px; }
.box.box-blue {
	background-color: #E7ECF0;
	background-color: #E7ECF0;
    border: 1px solid #D8DCE0;
}
.box-content {
	padding: 10px;
    position: relative;
}
