form.ks_forms
{
	display: block;
	margin: 1em 0;
}

form.ks_forms fieldset
{
	margin: 1em 0;
	border: 1px solid #ccc;
}

form.ks_forms fieldset legend
{
	margin: 0 1em;
	padding: 0 1em;


	background: inherit;
	color: #9d080d;
	font-weight: bolder;
	font-style: italic;
	font-family: "Arial",sans-serif;
	text-transform: uppercase;

	letter-spacing: -0.05em;
	word-spacing: 0.1em;
	font-stretch: ultra-condensed;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	line-height: 0.9em;

}

form.ks_forms fieldset ul
{
	margin: 0 1em;
	list-style-type: none;
}

form.ks_forms fieldset ul li
{
	clear: both;
}

form.ks_forms .txtrequired
{
	font-style: italic;
	font-size: 0.6em;
	color: #9d080d;
    background: inherit;
	margin: 0 0.5em;
}

form.ks_forms li label
{
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	margin: 0 1em;
}

form.ks_forms li.single input
{
	border: 1px solid #ccc;
	float: left;
	width: 300px;
	font-weight: bold;
	color: #444;
	padding: 0 0.2em;
}

form.ks_forms li.check label,
form.ks_forms li.check input
{
	width: auto;
	float: left;
}

form.ks_forms li.submit
{
	text-align: center;
}

form.ks_forms li.submit input
{
	margin: 1em;
	padding: 1em;

    background: #9d080d;
	color: #fff;
    font-weight: bolder;
    font-style: italic;
    font-family: "Arial",sans-serif;
    text-transform: uppercase;

    word-spacing: 0.1em;
    font-stretch: ultra-condensed;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    line-height: 0.9em;

	cursor: pointer;
}

form.ks_forms li.error
{
	color: #9d080d;
	font-weight: bold;
}

form.ks_forms li.error input
{
	background-color: #fe7676;
	color: inherit;
	font-weight: bold;
}

form.ks_forms div.message_error ul,
form.ks_forms div.message_success ul
{
	margin: 0 1em;
	list-style-type: circle;
}

form.ks_forms div.message_error
{
    border: 1px solid #9d080d;
	background-color: #fe7676;
	color: #9d080d;
	padding: 1em;
	font-weight: bold;
}

form.ks_forms div.message_success
{
    border: 1px solid #006633;
	background-color: #99cc99;
	color: #006633;
	padding: 1em;
	font-weight: bold;
}


