.fm-forms {
	padding: 12px;
	width: 755px;
}
.fm-forms fieldset {
	background: url(/templates/img/all/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	min-height: 10px;
	width: 750px;
}
.fm-forms legend{
	width: 740px;
	display: block;
	overflow: hidden;
}

.fm-forms div.description, .fm-forms div.desc-fieldset {
	float: none;
	width: 700px;
	padding-bottom: 10px;
}
.fm-forms .div-form-select {
	padding: 0;
}
.fm-forms .div-form-text, .fm-forms .div-form-small {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 12px;
	height: 45px;
}
.fm-forms .div-form-select {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 12px;
	display:block;
}

.fm-forms .div-form-small {
	width: 80px;
}
.fm-forms .div-form-select select {
	width: 207px;
}
.fm-forms .div-form-small select {
	width: 77px;
}
.fm-forms .form-label {
	padding: 0 2px 2px 2px;
}
.fm-forms .div-form-text input, .fm-forms .div-form-small input{
	padding: 2px;
}
.fm-forms .div-form-small input{
	width: 78px;
}
.fm-forms .form-submit {
	background-color: #F77F0A;
	color: #ffffff;
	background-image: url(/templates/img/buttons/arrow-memo-action.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 120px;
	overflow: visible;
	text-align: left;
	line-height: 20px;
	height: 20px;
	border: 0;
	padding: 0 12px 0 19px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
.fm-forms .form-button, 
.fm-forms a.form-button:link, .fm-forms a.form-button:visited, .fm-forms a.form-button:active, .fm-forms a.form-button:hover {
	background-color: #F77F0A;
	color: #ffffff;
	width: 120px;
	overflow: visible;
	text-align: left;
	line-height: 20px;
	height: 20px;
	border: 0;
	padding: 0 12px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
html>body .fm-forms .form-submit, html>body .fm-forms .form-button { width: auto; }

.fm-forms a.form-button:link, .fm-forms a.form-button:visited, .fm-forms a.form-button:active, .fm-forms a.form-button:hover {
	display:block;
	width: auto;
	text-decoration: none;
	height: 21px;
}

html>body .fm-forms a.form-button:link, html>body .fm-forms a.form-button:visited, html>body .fm-forms a.form-button:active, html>body .fm-forms a.form-button:hover  {
	height: 20px;
}

.fm-forms .div-form-radio, .fm-forms .field-form-radio-single  {
	width: 280px;
	float: left;
	margin-bottom: 5px;
	border: 0;
}
.fm-forms .form-radio, .fm-forms .form-radio-single {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	border: 0;
	float: left;
}
.fm-forms .field-form-radio label, .fm-forms .div-form-radio label, .field-form-radio-single .div-form-radio-single label{
	width: 230px;
	float: left;
}

.fm-forms .div-form-radio-register  {
	width: 700px;
	float: left;
	margin-bottom: 5px;
	border: 0;
}

.fm-forms .div-form-radio-register label {
	width: 650px;
	float: left;
}

.fm-forms div.clearleft {
	width: 450px;
}

.fm-forms div.endline {
	_padding-bottom:12px;
	clear: both;
}

.fm-forms div.clearleft div.clearleft {
	width: auto ;
}

.fm-forms div.fulllength {
	width: 700px;
	height: 10px;
	overflow: visible;
	margin-bottom: 10px;
} 
html>body .fm-forms div.fulllength {
	height: auto;
	min-height: 10px;
} 
.fm-forms div.fulllength label {
	width: 650px;
} 
.fm-forms .cols2, .fm-forms .cols2 label, .fm-forms .cols2 select, .cols2 input {
	width: 260px;
}
.fm-forms .div-form-select-timer-left, .fm-forms .div-form-select-timer-right {
	float: left;
	width: 100px;
	padding-top: 10px;
}
.fm-forms .div-form-select-timer-left select, .fm-forms .div-form-select-timer-right select,
.fm-forms .div-form-select-timer-left label, .fm-forms .div-form-select-timer-right label {
	width: 90px;
}
.fm-forms .div-form-textarea {
	clear: both;
}
.fm-forms .div-form-textarea textarea {
	height: 70px;
	width: 413px;
	margin-bottom: 10px;
}
.fm-forms textarea.ta-big {
	height: 150px;
}

