form.wform {
    clear: both;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 100%;
}
form.wform fieldset {
	border: 3px double #CCCCCC;
	margin: 5px 20px 5px 20px;
	padding: 10px 15px;
}
form.wform legend {
	font-weight: bold;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	margin-right: 5px;
	color: #666666;
}
form.wform .row {
	clear: both;
	display: block;
	vertical-align: top;
	padding: 3px;
}
form.wform label {
	float: left;
	width: 100px;
	font-size: 12px;
	margin: 0.5em 5px 0 0;
	border-bottom: 1px dotted #CCCCCC;
	/*white-space: nowrap; */
}
form.wform .label {
	float: left;
	width: 100px;
	font-size: 12px;
	margin-right: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
form.wform .label_over {
	float: none;
        width: 100px;
	font-size: 12px;	
	border-bottom: 1px dotted #CCCCCC;
}
form.wform .radio {
	vertical-align: baseline;
}
form.wform .req {
	font-size: 12px;
	font-weight: bold;
	color: red;
}
form.wform .text {
	min-width: 60%;
}
form.wform .text_fullsize {
	width: 100%;
}
form.wform .button {
	text-align: center;
	min-width: 100px;
	margin-right: 5px;
}
form.wform .withoutlabel {
	clear: both;
	/* should be label-width */
	padding-left: 104px;
}

/* editor forms */
form.edform {
    clear: both;
	 margin-top: 10px;
}
form.edform #edtable {
	width: 100%;
}
form.edform #edtable td {
	padding: 7px;
}
form.edform .title {
	background-color: #0E2341;
	color: #EEEEEE;
	padding: 5px;
	margin-bottom: 5px;
}
form.edform .box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFEC;
	padding: 5px;
}
form.edform label, form.edform .label {
	font-weight: bold;
}
form.edform .label_left {
	float: left;
	width: 120px;
}
form.edform .text {
	min-width: 60%;
}
form.edform .text_fullsize {
	width: 95%;
}
form.edform .calimg {
	vertical-align: middle;
}