.standardForm {
	margin-top:10px;
	width: 100%;	
	}

	
.standardForm label {
	display: block;
	float: left;
	width: 120px;
	padding-left: 10px;
	margin-bottom: 10px;
	}


.standardForm label.long {
	width: 210px;
	}
	
label.noFloat {
	float: none;
	width: 200px;
	}
	
.standardForm label.narrow {
	padding-left: 5px;
	width: 40px !important;
	}
	
.standardForm label.short {
	width: 75px !important;	
	}


.standardForm input,
.standardForm select,
.standardForm textarea {
	display: block;
	float: left;
	}
	
.standardForm input.login {
	width: 200px;
	}
		
.standardForm select {
	margin-right: 10px;
	}
	
.standardForm select.multi {
	margin-bottom: 10px;
	}

.standardForm option {
	padding-right: 10px;
	}
	
.standardForm option.selectedOption {
	background: #D9D8CD;
	}

input.inRadio {
	display: inline !important;
	}
	
div.flRight,
.standardForm input.flRight,
.fileSelect input.flRight {
	float: right;
	}
	
.fileSelect input.flRight {
	margin: 10px;
	}
	
.standardForm .contentControls {
	float: right;
	}
	
.standardForm .contentControls img {
	padding: 0px;
	border: 0px;
	}

.standardForm .clearthis {
	margin-bottom: 10px;
	}

input.wider {
	width: 65% !important;
	}
		
.inpAlign {
	padding: 0 0 0 28% !important;
	margin: 0 !important;
	}


.subbutDraft,
.subbut {
	height: 22px;
	margin-left: 15px;
	margin-right: 15px;
	background: #858486;
	border: 1px solid #575556;
	color: #fff;
	cursor: pointer;
	}
	
.subbutDraft {
	margin-left: 0 !important;
	background: #ccc;
	}
	
#intContent input.nofloat {
	display: inline !important;
	float: none !important;
	}
