*{
	margin:0px;
	padding:0px;
}
.wrapper-b{
	margin:0px auto;
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, .4);
	box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .4);
}
.form-body{
	margin:0px auto; 
	overflow:0px auto;
}
.column-1 fieldset{
	width:100%;
}
.column-2 fieldset{
	width:50%;
	float:left;
	clear:none;
}
input[type="radio"], input[type="checkbox"] {
margin:1px 0px 0px 0px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
padding-top: 0px;
}
.fieldstack{
	padding:0px 20px;
        min-height: 0px;
        vertical-align: top;
        overflow: hidden;
}
.column-1 .fieldstack{
	padding:0px;
}
.header h1{
	font-size:3em;
	padding:30px; margin:0px;
}
h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin:.8em 0;
	line-height:1.4em;
}

span.hint {
    clear: both;
    color: #666666;
    display: block;
    font-size: 10px;
    margin-top: 3px;
    padding: 0;
    width: 100%;
}
label.required {
	background-image:none;
	float: left; 
    text-align: right;
    width: 140px;
}
label.error {
	color: red;
    font-size:small;
}
.my-modal {
    background: none no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.my-modal span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	background-image: url("../images/image_597794.gif");
	background-position: center 50px; 
	background-repeat: no-repeat;
    border: none;
    border-radius: 6px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
    color: #000000;
    display: block;
    height: 90px;
    margin: 10% auto;
    opacity: 1;
    padding: 10px;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 300px;
}
.my-modal span p {
	font-family: inherit; 
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

label.checkbox, label.radio {
    margin-left: 0px !important;
    word-wrap: break-word;
    vertical-align: top !important
}

button[type='submit'] {
    display: block;
}

.fieldstack input[type="text"], .fieldstack input[type="password"], .fieldstack select {
    width: auto;
}

.fieldstack.oneColumnGrid {
    width: 100%;
}

.fieldstack.twoColumnGrid {
    width: 49%;
}

.fieldstack.minHeight {
    min-height: 0px;
}

.fieldstack.hiddenField {
    display: none;
}

.fieldstack.visibleField {
    display: inline-block;
}

.visible-important {
    display: block !important;
}

.hidden-important {
    display: none !important;
}

.span4-important {
    float: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.span8-important {
    margin-left: 2.127659574468085% !important;
    *margin-left: 2.074468085106383% !important;
    width: 65.95744680851064% !important;
    *width: 65.90425531914893% !important;
    float: left !important;
}

.span12-important {
    margin-left: 0px !important;
    text-align: left !important;
    width: 100% !important;
    *width: 99.94680851063829% !important;
}

.horizontal-layout {
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 768px ){
    #fieldstack1, #fieldstack2, #fieldstack3, #fieldstack4 {
        min-height: auto !important;
        display: block !important;
        width: 100% !important;
    }
    label.checkbox, label.radio {
        display: block !important;
        width: 100% !important;
    }
    .form-horizontal .control-group label, .form-vertical .control-group label, .form-fielstack .control-group label,
    .form-horizontal .controls, .form-vertical .controls, .form-fielstack .controls {
        display: block;
        text-align: left !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
}

.mdy select + select {
	margin-left: 5px;
}

div.mdy {
	margin-bottom: 10px;
}

.radio.inline, .checkbox.inline {
    padding-top: 0px;
    margin-bottom: 5px;
}

.twoColumnOption {
    box-sizing: border-box;
    width: 49.5%;
}

.threeColumnOption {
    box-sizing: border-box;
    width: 33%;
}

.fourColumnOption {
    box-sizing: border-box;
    width: 24.5%;
}

.fiveColumnOption {
    box-sizing: border-box;
    width: 19.5%;
}

.sixColumnOption {
    box-sizing: border-box;
    width: 16%;
}

div.controls *{
    vertical-align: top;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, button, input[type="buttton"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    position: relative;
    z-index: 10;
}

.footer {
    clear: both;
}

.form-vertical, .form-horizontal {
    overflow: hidden;
}