/* CSS FOR ALL FORMS */
table{
	margin-top: 0px;
	width: 430px;
	text-align:left;
	background-color:#ecf0f4 !important;
	padding: 10px;
	color: #121b2e !important;
	
}
input{
	background-color: #ffffff !important;
	border-top: #555555 solid 2px;
	border-right: #888888 solid 1px;
	border-bottom: #888888 solid 1px;
	border-left: #555555 solid 2px;
	color:#131b2e;
}

.subtitle {
	font-weight: normal;
	color:#FFFFFF;
	background-color: #121b2e;
	width: 430px !important;
}

.fields {
	color:#000000;
	background-color:#f6e4cf;
	font-weight:bold;
	width: 100px;
	}
	
.title{
	color: orangered;
}
textarea{
	background-color: #ffffff !important;
	border-top: #555555 solid 2px;
	border-right: #888888 solid 1px;
	border-bottom: #888888 solid 1px;
	border-left: #555555 solid 2px;
	color:#131b2e;
}
