/* 8. FORM STYLES
................................................... */
.moduleForm{
	}
	.moduleForm #title-desc h2{
		width:auto;
		font-size:1em;
		font-weight:normal;
		color:#8c8c8c;
		padding:8px 0 0;
		}
	.moduleForm .moduleContent{
		border-top:1px solid #dfdfdf;
		}
	.standardForm{
		margin:0 200px 20px 0;
		}
		.standardForm .formRow{
			border-bottom:1px solid  #e5e5e5;
			padding:10px 0 10px 212px;
			float: left;
			width: 358px;
			}
		.standardForm .actions{
			border:none;
			}
		.standardForm h3 
		{
		    padding-top: 2em;
		    float: left;    
		}
		/*.standardForm .cManagerCheckList
		{
		    width: 304px;
		    }*/
			.standardForm label{
				float:left;
				margin-left:-193px;
				position:relative;
				width:193px;
				line-height:1.5;
				}
				.standardForm .required{
					background:url('/images/modules/generic/requiredIcon.gif') 0 0 no-repeat;
					display:block;
					width:5px;
					height:5px;
					position:absolute;
					top:4px;
					right:11px;
					text-indent:-9999em;
					}
			.standardForm input.inputText,
			.standardForm select,
			.standardForm textarea,
			.standardForm .formRow input {
				width:304px;
				border:1px solid #99a5ad;
				/*color:#858484;*/
				}
			.standardForm .cManagerCheckList input 
			{
			    width: auto;
			    border: none;
			}	
			.standardForm .actions input{
				vertical-align:top;
				}
			.standardForm .submitButton{
				width:96px;
				}
				.standardForm .submitButton input{
					width:96px;
					border: medium outset; 
					}