#simplyForm fieldset
{
	display: block;
	width: 560px;
	margin: 0 0 0em 0;
	padding: 4 0 4 5px;
	
}


#simplyForm fieldset.radio
{
	width: 550px;
}

#simplyForm fieldset.radio label
{
	font-weight: normal;
}

#simplyForm fieldset.radio input
{
	width: auto;
}

#simplyForm input
{
	display: block;
	width: 10em;
}

#simplyForm legend
{
	font-style: italic;
	font-weight:bold;
	color:#6E6E6E;
}

#simplyForm label
{
	display: inline;
	font-weight: bold;
}

#simplyForm fieldset.radio input
{
	display: inline;
}

#simplyForm fieldset.searchset
{
	clear: both;
	top:0;
	width: 550px;
	display:none;
}

#simplyForm fieldset.identification
{
	clear: both;
	top:0;
	text-align:left;
	width: 370px;
}

#simplyForm fieldset.translation
{
	clear: both;
	top:0;
	text-align:left;
}


#simplyForm fieldset.searchset label
{
	font-weight: normal;
	display:block;
}

#simplyForm fieldset.translation label
{
	font-weight: normal;
	display:block;
	margin: 5px 5px 5px 5px;
}

#simplyForm fieldset.identification label
{
	font-weight: normal;
	margin-top:2px;
	margin-bottom:3px;
	display:block;
}

#simplyForm fieldset.searchset input
{
	width: 130px;
	display:inline;
	margin: 0;
	padding: 0;
}

#simplyForm input.inputvalue
{
	height: 17px;
	font-size: 10px;
	
}
#simplyForm fieldset.searchset select
{
	display:inline;
	width: 170px;
	font-size: 12px;
}

#simplyForm fieldset.searchset .familyselect
{
	font-size:9px;
	margin:0;
	margin-bottom:2px;
	margin-top: 2px;
	margin-right:3px;
	width: 130px;
	padding:0;
}

#simplyForm .submit
{
	text-align: center;
	display:inline;
	color: #FFFFFF;
	background-color:#98AE3E;
	border-color:#9ABF00;
	font-size:11px;
	height:20px;
	font-weight:bold;
	width: auto;
}

submit, button {

	color: #FFFFFF;
	background-color:#98AE3E;
	border-color:#9ABF00;
	font-weight:bold;	
}


#simplyForm #submitdiv
{
	text-align: left;
	display:inline;
}

#simplyForm #foundRef {
	vertical-align:bottom;
	color: #4e6681;
	font-weight:bold;
	margin-top:5px;
}

#simplyForm .hiddenErrorForm
{
	color: #A80000;
	display:none;
	font-style:italic;
}

#simplyForm .errorForm
{
	color: #A80000;
	display:inline;
	font-weight:bold;
}

#simplyForm .hiddenErrorForm2
{
	color: #000000;
	display:inline;
	font-style:italic;
}


/* ------------------------ */

#login{
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	/*margin-right:300px;*/
	width: 420px;
	border: 1px solid #465c73;
	background-color: #F0E9E6;
}
#loginHeader{
	padding: 4px 0px 4px 20px;
	color: #FFF;
	font-weight: bold;
	background: #C7E06E url('../images/graphite-hover.gif') repeat-x top;
}
#loginImage{
	margin:0px;
	margin-bottom:-5px;
	border:0px;
}
#loginTitle {
	padding: 17px 20px 20px 20px;
	margin: 0;
	color: #444;
	background-color: #F0E9E6;
	font-weight: bold;
	border-bottom: 1px dotted #465c73;
	text-align: center;
}
#loginField,#loginBody {
	padding: 18px 60px 26px 60px;
	margin: 0;
	background-color: #F0E9E6;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #465c73;
}
#loginBody {
	padding: 18px 10px 18px 10px;
}
div#loginSubmit{
	background: transparent url(../images/arrow.gif) no-repeat center left;
	float: right;
	padding-left: 20px;
	padding-right:100px;
	color: #465c73;
}

div#loginSubmit a {
	text-decoration: none;
	color: #465c73;
}

div#loginFooter{
	background-color: #F0E9E6;
	padding: 11px 20px 11px 20px;
	text-align: justify;
}
