.horizontalMenu{
	/*Change Menu Background Colors ONLY Here*/
}
.horizontalMenu .l_tinynav1 a{
	/*Change Menu Text Colors ONLY Here*/
}
.activeMenu{
	/*Change Active Menu Text Color Only Here*/
	/*color: red !important;*/
}
.txtArea
{
	width: 100%;
	height: 75px;
}
.btnSuccess
{
	margin-left: 25%;
}
.btnSubmitMediation
{
	margin-left: calc(33% + 5px);
}
.labelSpace
{
	padding-right: 10px;
}
#fieldset2
{
	margin-top: 20px;
}
@media only screen and (max-width:768px){
	/*Media Query Example*/
	.btnSuccess
	{
		margin-left: 0%;
	}
}