.fwk-form {
	font: 120% arial, helvetica, sans-serif;
	min-height: 6em;
	padding-top: 0px;
	width:100%;
}


.fwk-form fieldset {
	border:0;
}


.fwk-form .fwk-form-row {
	position: relative;
	text-align: left;
	clear: left;
	min-height: 30px;
}

.fwk-form-row label {
	float: left;
	width: 12em;
	clear: left;
}

.fwk-form-row input , .fwk-form-row textarea {
	font-size: 100%;
	padding: 3px 7px ;
	border: 1px solid #333;
	/*float: left;*/
}

.fwk-form-row input.button {
	font-size: 85%;
	color: #111;
	cursor: pointer;
	margin: 20px 20px 0px 0px;
	padding: 5px 10px 5px 10px;
	clear: right;
}

/*MultiROW*/
.fwk-form-multirow {
	position: relative;
	text-align: left;
}

.fwk-form-multirow label {
	float: left;
}

.fwk-form-multirow input , .fwk-form-multirow textarea {
	font-size: 100%;
	padding: 3px 7px ;
	border: 1px solid #c0c0c0;
}

.fwk-form-multirow input.button {
	font-size: 85%;
	color: #505050;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

/*********/

.fwk-form-row div.hidden {
	display: none;
}

.fwk-form-row .helptip {
	font-size: 85%;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 0;
	padding-left: 20px;
	display: block;
	clear: left;
	background: transparent url(/static/images/helptipinfo.gif) no-repeat scroll 1px 1px;
	visibility: hidden;
}

.fwk-form-spacer {
	font-size: 120%;
	color: #333;
    text-decoration:none;
	margin-top: 30px;
    margin-bottom: 25px;
}

.fwk-form-spacer a {
	font-size: 120%;
	color: #333;
    text-decoration:none;
	margin-top: 30px;
    margin-bottom: 25px;
}

.fwk-form-spacer a:hover {
    text-decoration:underline;
}

.fwk-form a {
	font-size: 100%;
	color: #333;
    text-decoration:none;
	margin-top: 30px;
    margin-bottom: 25px;
}

.fwk-form a:hover {
    text-decoration:underline;
    cursor: pointer;
}