.fsForm, .fsError {
    margin:35px auto 0;
    width:650px;
}

/* old values backup 
-------------------------------------------------
.fsForm, .fsError {
    margin:100px auto 0;
    width:250px;
}
-------------------------------------------------*/

.fsTable {
	width:100%;
}

/* hvis disse rows ikke bliver slettet, saa soerger css for at de minimeres til 0 */
	.fsRowTop td
	{
	    height:0px;
	    font-size:0em;
	}

	.fsSpacerRow td
	{
	    height:0px;
	    font-size:0em;
	}

	.fsRowBottom td
	{
	    height:0px;
	    font-size:0em;
	}
/* --- */


.fsLabel {
	float:left;
	font-weight:normal;
	font-size:1em;
	line-height:17px;
	padding-top:8px;
	color:#554A3A;
}

.fsField {
    float:left;
clear:both;
	height:20px;
}

.fsField:focus{
	border-color:#9B9B9B;
}

select.fsField {
	width:305px !important;
	height:22px;
	border:1px solid #CCCCCC;
	font-size:1em;
}

input.fsField {
	width:300px;
	border:1px solid #CCCCCC;
	padding:0 5px;
	font-size:1em;
}

textarea.fsField {
	width:590px !important;
	height:90px;
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:1em;
	overflow:auto;
}

.fsPagination {
    /*padding: 15px 0;*/
    margin-bottom: 10px;
    float: right;
    cursor: pointer;
}

div.fsSubmit {
	text-align:center;
}

.fsSubmitButton
{
	background: url('/images/form/btn_send.png') no-repeat 0 0;
	/*background-repeat:no-repeat;*/
	background-color:transparent;
	height:37px;
	width:81px;
	border:none;
	text-indent:-999em;
	line-height:0em;
	font-size:0em;
}



.fsRequiredLabel span {
	color:black;
	font-size:0.9em;
	font-weight:normal;
	padding-left:6px;
}

input.checkbox {
	width:auto;
	height:18px;
	float:left;
	margin-right:10px;
	clear:left;
	margin-bottom:0;
	border:none;
}

.fsOptionLabel {
	line-height:1.65em;
}

.fsForm .fsCell {
	padding: 0px 10px 0 0 !important;
}

td.fsValidationError {
background-color:#FFFFFF !important;
}

.fsValidationError .fsLabel {
	background-image:url("https://www.formstack.com/forms/css/2/../../images/2/validationAlert.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#BA0000;
	padding-left:20px;
}

.fsError {
	display: none;
}

