@charset "utf-8";



.form-label-container {
	line-height: 24px;
	height: 24px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
        font-size: 12px;
}
.form-field-container {
	top: 0px;
	left: 0px;
	line-height: 24px;
	vertical-align: middle;
	position: relative;
	float: left;
}
.form-container {
    font-size: 12px;
}
.form-item-seperator {
	width: 800px;
	display: block;
	height: 10px;

}
.wug_button {
	line-height: 24px;
	background-color: #dddddd;
	padding-right: 20px;
	padding-left: 20px;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	vertical-align: middle;
	padding: 4px;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	padding: 4px;
}
.checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 2px;
	position: relative;
}
.dropdownmenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}
.set-container {
	position: relative;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.set-headline {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	/*position: relative;*/
	color: #FFFFFF;
}
.set-control {
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.set-content {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	/*position: relative;*/
}
.set-content-application {
    font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	/*position: relative;*/
}
.error_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #FF9D00;
	background-color: #fcd9a3;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 10px;
}
.success_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #008000;
	background-color: #D2F4D0;
	padding: 5px;
        margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
        text-align:center;
}

