/* CAKE generated view forms */

div.entryFormContainer {
	padding-top: 15px;
}

div.formField	{
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}

div.formField div input {
	vertical-align: bottom;
}


div.input label {
	float: left;
	width: 150px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 15px;
	vertical-align: top;
}

div.input label::after {
	content: ": ";
}

div.input select {
	padding: 0 !important;
	margin: 0 !important;
}

div.error-message {
	display: block;
	left: inherit;
	clear: both;
	padding-left: 5px;
	color: #900;
	font-weight: bold;
	background-color: #dbb;
	font-size: 12pt;
}

fieldset {
	border: none;
	clear: none;
	display: inline-block;
	list-style: none;
}

fieldset legend {
	float: left;
	display: inline;
	clear: left;
	border: none;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	width: 150px;
}
div.input legend::after {
	content: ": ";
}
div.input fieldset label {
	float: right;
	width: 150px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 15px;
	vertical-align: top;
}

div.input fieldset label::after {
	content: "" !important;
}

div.input fieldset input {
	display: inline;
	float: right;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

div.required label:after {
    content: ':* ';
    color: #990000;
    display:inline;
}

div.required p {
	color: #990000;
}

div.uppercase input {
	text-transform: uppercase;
}

div.hangStart, div.hang {
	display: inline;
	float: left;
}

div.hang label {
	visibility: hidden;
	width: 0px !important;
}
#newscol {
	line-height: 19px;
}
#newscol p{
	color: #fff;
	font-family: Arial, helvetica, sans-serif;	
	line-height: 19px;
}
