/* CSS Document */

#cmsForm{
	margin:10px;
	}

#cmsForm label{
	font-size:12px;
	display:block;
	font-weight:normal;
	}

#cmsForm input{
	margin-bottom:10px;
	}

#cmsForm select{
	margin-bottom:10px;
	}

#cmsForm textarea{
	margin-bottom:10px;
	height:200px;
	width:400px;
	}

#cmsForm fieldset{
	border: 1px solid #5d8c8a;
	padding:15px;
	}	

#cmsForm legend{
	font-size:12px;
	font-weight:bold;
	}

