div.block-content.block-gallery img {
	margin: 13px 0 0 0;
}

@media (min-width: 1000px) {
    div.block-content.block-gallery img {
        margin: 21px 18px;
    }

    #blocksfield div.block-gallery-images {
        margin: 0 auto;
    }
}

.invalid {
	background-color: #f00;
}
.valid {
	background-color: #0f0;
}

span.error {
	width: 16px;
	height: 16px;
	float: left;
}

select {
	height: 20px;
}

div.form_survey_pre {
	float: left;
	width: 222px;
    font-size: 11px;
}

div.form_survey_option {
	float: left;
	width: 58px;
	text-align: center;
    font-size: 11px;
}

div.form_survey_row {
	padding: 5px 0;
}

div.form_survey_pre.form_survey_row {
	clear: left;
    font-size: 11px;
}

div.form_survey_rowcap {
	padding: 0 2px;
	float: left;
	clear: both;
}

div.row_even.form_survey_rowcap {
	background-color: #b8e3ff;
}

.block-content.left img {
    margin: 0 0 5px 0;
}

.block-content.right img {
    float: right;
    margin: 0 0 5px 5px;
}

html body #content fieldset.widgetfieldset .block .widgetbutton {
    position: absolute;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 15px !important;
    font-weight: normal;
    border: 0 none;
    background-color: #009edd;
    color: #fff;
    padding: 0 13px;
    width: 144px;
    clear: both;
	float: left;
    border-radius: 3px !important;
}

html body #content .block .widgetmainwindow .widgetbutton {
	width: 144px;
}

html body #content .block .widgetbutton[value="Reset"] {
    left: 155px;
}

html body .block dd {
    width: 100%;
    clear: both;
}

html body .block #post_deployment_form.widgetbutton {
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

@media (min-width: 1000px) {
    .block-content.left img {
        margin: 0 5px 5px 0;
    }

    html body .block .widgetbutton[value="Reset"] {
        left: 222px;
        top: -20px;
    }

    html body .block dd {
        width: 377px;
        float: left;
        clear: none;
    }
}