﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#NoCompany /*, #NoCompany span */
{
	width: 27em;
}

select {
        width: 95%
}

textarea {
        width: 95%;
}

span div {
        width: 100%;
}

span div span {
        width: 80%;
}

#LabelLongDescription {
	vertical-align: top;
}
.AKBStar {
    margin-left: 0.2em;
	width: 1em;
	font-weight: bold;
	font-size: large;
	color: red;
	line-height: 0.7em;
}
.AKBStarWide {
    margin-left: 0.2em;
	width: 3em;
	font-weight: bold;
	font-size: large;
	color: red;
	line-height: 0.7em;
}
.AKBClearFloats {
	clear: both;
}
.AKBHelpText {
	float:left;
	width: 12em;
	font-style: italic;
	border: 0px;
	border-style: none;
	background: transparent;
        vertical-align: top;
/*	color:lime!important; */
}
.AKBTextInput {
        width: 95%;
}
#ValidationSummaryMain, #RegularExpressionValidatorContactMailAddress {
	color: red;
}