




/*
     FILE ARCHIVED ON 18:56:05 Dec 13, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:03:09 Dec 1, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "UTF-8";
/* CSS Document */

form {
	width: 600px;
	margin: 0 auto;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

input, select, textarea {background: white; border: 1px #cccccc solid;}

.textInput {width: 330px; height: 23px;}
.dropownList {width: 200px; height: 23px;}

.redstar {
	font-weight: bold;
	color: #ff0000;
	font-size: 14px;
	padding: 0 .2em;
}

label {
	float: left;
	width: 9em;
	padding-right: 1em;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
	line-height: 1.3em;
}

fieldset ol {
	padding: 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

/*.submit_button {
	background: url(/web/20131213185605/http://www.alexian.com/images/buttons/btn_submit.gif) no-repeat;
	width: 100px;
	height: 24px;
	border: none;
	margin-right: 20px;
}*/

.reset_button {
	background: url(/web/20131213185605/http://www.alexian.com/images/buttons/btn_reset.gif) no-repeat;
	width: 100px;
	height: 24px;
	border: none;
}

.loginform {
	margin: 0 auto;
}

.loginform li {
	margin-bottom: 15px;
}

.button {text-align: center;}
.form_button {color: #371c3f; text-decoration: none; padding: 5px 15px; background: #fbb83a; border: 1px #fbaa11 solid; margin: 5px 10px 0 0; font-weight: bold; font-family: "Gotham", Arial, Helvetica, Tahoma, sans-serif; }
.form_button :hover {color: #ffffff; background: #371c3f; border: #371c3f;}