/*  EVENTRON Login/Register/Password CSS
	Copyright 2007
*/


* { font-size: 100.01%; line-height: 1.4; margin: 0; padding: 0; }

html { font-size: 62.5%; }   /* This is the Global Reset */

body {
	background: #fff url(/i/a/b.gif) repeat-x;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	text-align: center;
}

#wrap {
	background: url(/i/a/wb.gif) no-repeat top left;
	position: relative;
	margin: 85px auto 0;
	padding-left: 112px;
	width: 380px;
	text-align: left;
}

form {
	background: url(/i/a/fb.jpg) no-repeat;
	margin-right: 55px;
	padding: 2em 0 0 24px;
	border-right: 1px solid #aaa;
}

a img, :link img, :visited img { border: none; }



/* Text
----------------------------------------------- */

p {
	margin: .25em 0 1em;
	padding-right: 24px;
	line-height: 1.5;
	font-size: 1.1em;
	text-align: left;
}

hr {
	background: none;
	clear: both;
	width: 0;
	border: none;
}


/* Headers */

h1, h2 { font-size: 1em; }

h1 {
	display: inline;
	font-size: 1.64em;
	font-weight: bold;
	color: #42576d;
}

/* h2 {
	margin: 0 0 .25em;
	font-weight: normal;
	font-size: 1.2em;
} */

#lralt {
	display: block;
	margin-left: 24px;
	border-bottom: 1px solid #d9dde2;
	font-size: 1.1em;
	color: #42576d;
}

#lralt a {
	font-weight: bold;
	color: #42576d;
}


/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #005c96;
}

a:hover, a:active {
	text-decoration: underline;
	-moz-outline: none;
	color: #005c96;
}


/* Lists */

ul, ol { list-style: none; }

ul {
	
}



/* Forms & Messages
----------------------------------------------- */

fieldset {
	margin-top: 1.25em;
	padding-bottom: 1.75em;
	border: none;
	border-bottom: 1px solid #aaa;
}

legend {
	display: none;
}

fieldset ol {
	padding-left: 24px;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset li.submit {
	padding-top: .75em;
}

fieldset.submit {
	border: none;
	font-size: 1.09em;
}

label {
	display: block;
	margin-bottom: .25em;
	padding-left: 2px;
	font-size: 1.1em;
	color: #999;
}

input, select, textarea {
	font-size: 1.4em;
}

form .text, form .password, form .select, textarea {
	background: #fff url(/i/inputb.gif) repeat-x top;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	color: #000;
}

form input.text, form input.password, form textarea {
	padding: .2em 2px;
	width: 246px;
}

form .select {
	border-top-color: #a0a0a0;
}

form textarea {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

form .checkbox {
	background: none;
	float: left;
	margin-top: .1em;
	margin-right: 4px;
}

form .checklabel {
	margin: 0;
	float: left;
	clear: none;
	color: #666;
}

form button {
	background: none;
	float: right;
	margin-right: 24px;
	border: none;
}


/* Messages */

/* #success {
	background: url(/i/star.gif) 16px 1em no-repeat;
	margin: 0 0 1em;
	padding: .8em 16px .5em 47px;
	border-top: 4px solid #090;
	font-size: 1.1em;
	color: #090;
}

#success strong {
	font-size: 1.18em;
} */

#error {
/*	background: url(/i/star.gif) 16px 1em no-repeat; */
	margin: 0 0 1em;
	padding: .9em 24px 0;
	font-size: 1.1em;
	color: #900;
}

#error strong {
	font-size: 1.18em;
}

label.error {
	background: url(/i/star.gif) left .2em no-repeat;
	font-weight: bold;
	text-decoration: underline;
	color: #900;
}

span.errordesc {
	margin-left: 2px;
	color: #900;
}



/* Login
----------------------------------------------- */

div.addl {
	background: #f6f6f6;
	clear: both;
	padding: 1.1em 24px 1.3em;
	border-bottom: 1px solid #aaa;
	font-size: 1.1em;
}

div.addl.help {
	background: url(/i/a/q.jpg) no-repeat 24px 1.1em;
	padding-left: 48px;
}

div.addl.return {
	background: url(/i/a/r.jpg) no-repeat 24px 1.1em;
	padding-left: 48px;
}



#recaptcha_challenge_field {
	margin-left: -30px;
}
