﻿/* Content Form */
.contentForm {
}

.contentForm menu, .contentForm ol, .contentForm ul {
    padding: 0 0 0 40px !important;
	margin: 1em 0 !important;
}

.contentForm .contentFormLine {
	margin: 0px;
}

.contentForm .contentFormLine .formDescription {
}

.contentForm .contentFormLine.formError {
	color: red;	    
	margin-top: 20px;
	margin-bottom: 20px;
}

.contentForm .contentFormLine .lineSpace {
	clear: left;
    float: left;	
	width: 0px;
}

.contentForm .contentFormLine .lineLabel {
	clear: left;            
    vertical-align: top;
}

.contentForm .contentFormLine .lineValue {	    
    break-inside: avoid;
}

.contentForm .contentFormLine .lineError {
	color: red;	
    float: left;    
    break-inside: avoid;
}

.contentForm .contentFormLine.buttons {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.contentForm .contentFormLine.buttons input, 
.contentForm .contentFormLine.buttons a {
	border: solid 1px #ccc;
}

.contentForm .contentFormLine.buttons input:hover, 
.contentForm .contentFormLine.buttons a:hover {
	background-color: #dfdfdf;
}

.contentForm .contentFormLine.buttons input:active, 
.contentForm .contentFormLine.buttons a:active {
	position: relative;
	top: 1px;
	border: 1px solid #dcdcdc;
}

