/**
 * EDIT-FM 11/4/09 Nieuwe login tbv farmfocus logo
 */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background: white;
  text-align: center;
  line-height: 150%;
}

a {
  color: #263356;
  font-weight: bolder;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}



h1 {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  color: #084f79;
  font-size: 25px;
  font-weight: normal;
  width: 150px;
  line-height: 28px;
}

h2 {
  margin: 10px 0;
  color: #263356;
  font-size: 16px;
}

p, ul, pre {
  margin: 8px 0;
}

ul {
  padding-left: 20px;
  list-style: square;
}

code {
  padding: 0 2px;
  font-size: 1.2em;
  background: #e8e8e8;
}

pre {
  border: 1px solid #263356;
  padding: 0 8px;
  font-size: 1.2em;
  background: #e8e8e8;
}

acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

/** Form **/

label {
  margin: 3px 0;
  font-size: 90%;
  display: block;
}

label.checkbox {
  font-weight: normal;
  display: inline;
}

span.label_required {
  color: red;
  font-size: 90%;
}

input, textarea, select {
  border: 1px solid #ccc;
  padding: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  background: white;
}

input:hover, textarea:hover, select:hover {
  border: 1px solid #084f79;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid black;
}

fieldset {
  margin: 10px 0;
  padding: 10px;
  padding-top: 5px;
  border: 1px solid #ccc;
}

fieldset legend {
  font-size: 90%;
  font-weight: bolder;
}

input { width: 200px; }
input.short { width: 50px; }
input.medium { width: 235px; }
input.long { width: 235px; }

input.checkbox {
  border: 0;
  width: auto;
}

textarea {
  width: 400px;
  height: 150px;
}

textarea.short {
  height: 70px;
}


button.submit {
  margin-top: 10px;
}

span.required {
  color: red;
  font-size: 90%;
}

#formErrors {
  color: red;
  padding: 10px 10px;
  border: 1px solid red;
  margin-bottom: 10px;
}

#formErrors p {
	margin: 0;
	padding: 0;
}

#formErrors ul li {
  font-size: 90%;
}

/** Classes **/

.desc, .desc* {
  font-size: 90%;
  color: #666;
  font-style: italic;
}

.desc ul {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	padding-left: 30px;
}

.bold {
  font-weight: bolder;
}

.note {
  border: 1px solid #263356;
  padding: 0 8px;
  background: #e8e8e8;
}

/** Construction **/

#dialog {
  position: absolute;
  background: repeat-y left bottom url(../images/layout/dialog-bg.gif);
  width: 318px;
  text-align: left;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -156px;
}

#dialog-content {
  background: no-repeat url(../images/layout/dialog-top.png);
  padding: 45px 51px 45px 25px;
}

#dialog-footer {
  clear: both;
  background: no-repeat url(../images/layout/dialog-bottom.gif);
  height: 14px;
}}

#error, #success {
  margin: 10px 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  clear: both;
  cursor: pointer;
  text-align: left;
}

#error {
  background: #FFB0B0;
}

#success {
  background: #90DC90;
  border-color: green;
}

/** Login dialog **/
input#loginRememberMe {
  position: relative;
  top: 3px;
  *top: 1px;
  *left:-4px;
}

#loginUsernameDiv, #loginPasswordDiv {
  padding-top: 1px;
  height: 45px;
}

#loginUsernameDiv {

}

* html #loginUsernameDiv {
  margin-top: 1px;
}

#loginPasswordDiv {

}



* html #loginSubmit span, * html #forgotPasswordSubmit span {
  position: relative;
  top: -4px;
}

/** Change password dialog **/
#forgot_password, #back_to_login {
	text-align: right;
	font-size: 11px;
	padding-top: 3px;
}
#forgot_password a, #back_to_login a {
	font-weight: normal;
	color: #084f79;
	background: none;
	border: none;
}

#forgot_password a:hover, #back_to_login a:hover {
	border: none;
	background: none;
	color: black;
}

#back_to_login {
margin-right: 10px;
}

#loginSubmit {
	padding-top: 10px;
}

a.btn {
	display: block;
	float: right;
	background: no-repeat left center url(../images/layout/btn.gif);
	border:none;
	padding: 0 0 0 8px;
	margin: 0;
	line-height: 21px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}

a.btn span {
	display: block;
	float: right;
	background: no-repeat right center url(../images/layout/btn.gif);
	line-height: 21px;
	padding-left: 0px;
	padding-right: 8px;
	margin: 0px;
}

#loginSubmit a.btn {
	*width: 48px;
}

#forgotPasswordSubmit a.btn {
	*width: 117px;
}

input#forgotPasswordEmail{
	margin-bottom: 10px;
}

form#forgotPasswordForm {
background: none;
}

