@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
select
{
float:left;
}
form#two {
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
form#two fieldset {
	position:relative;
	display:block;
	width:654px;
	padding:10px;
	/* remove default border styles */
	font-size:100%;
	font-family: "Helvetica", Sans-Serif;
	line-height: 1.5em;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:.75em;
}
form#two p {
	display: block;
	float:left;
	margin-bottom: 10px;
}
label {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 12em;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
	color: #AB0101;
}
input, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.normal {
	border: 1px solid #cfcfcf;
	background-color: #FFF;
}
form#two fieldset#event input:focus, form#two textarea:focus {
	border: 1px solid #cfcfcf;
	background-image: url(redpix/input_bg_focus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
form#two fieldset#event input {
	height: 1.2em;
	width: 170px;
}
form#two fieldset,form#two input:focus, form#two textarea:focus {
	border: 1px solid #cfcfcf;
	background-image: url(redpix/input_bg_focus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
form#two fieldset#personal input {
	height: 1.2em;
	width: 170px;
}
form#two br {
	clear: left;
}
form#two fieldset#opt select {
	width: 170px;
}
form#two fieldset#event input, fieldset#event input:hover, form#two textarea {
	background: #fff url(redpix/input_bg.gif) left top no-repeat;
	border: 1px solid #cfcfcf;
}

form#two fieldset#opt select, form#two fieldset#opt legend, form#two fieldset#opt optgroup {
	background: #fff;
	font-weight: normal;
}
form#two legend {
	position:absolute;
	top: -30px;
	left: 0.5em;
	margin-bottom: 0.5em;
	font-size: 130%;
	border-bottom-width: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #AB0101;
}
form#two #medical {
	background: #fafafa url(redpix/legend_medical_bg.gif) 100% 0 no-repeat;
}
form#two #aboutus {
	background-color: #fafafa;
	background-image: url(../images/aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
form#two #security {
	background-color: #fafafa;
}
form#two #event {
	background-color: #fafafa;
	background-image: url(../images/event.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
form#two #payment {
	background-color: #fafafa;
	background-image: url(../images/payment.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
form#two #personal {
	background-color: #fafafa;
	background-image: url(../images/personal.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
form#two #opt {
	background:#fafafa url(redpix/legend_opt_bg.gif) 100% 0 no-repeat;
}
form#two #current {
	background: #fafafa url(redpix/legend_current_bg.gif) 100% 0 no-repeat;
}
form#two optgroup option {
	text-indent: 1.5em;
	color: #e1417e;
	font-weight: 600;
}
form#two fieldset#opt optgroup {
	text-transform: lowercase;
	color: #e1417e;
	font-size: 1em;
}
form#two label:first-letter {
	padding-bottom: 1px;
	border-bottom: 1px #d60153 solid;
	font-weight: bold;
	text-transform: capitalize;
}
form#two textarea {
	width: 341px;
	height: 15em;
	background: #fafafa;
	overflow: auto;
}
form#two #button1, form#two #button2 {
	display: inline;
	padding: 2px;
	color: #d60153;
	border: 1px solid #999;
	cursor: pointer;
	width: 130px;
	height: 24px;
	text-align: center;
	margin-top: -6px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 180px;
	background-color: #CCC;
}
form#two #button1:hover, form#two #button2:hover {
	color:#e1417e;
}
/* IE 5.x WIN and IE6*/   
   
/*\*/
* html body {
	text-align /**/:center;
}
* html form#two {
	width /**/: 480px;
	text-align /**/:left;
}
* html form#two fieldset {
	width /**/: 374px;
}
* html form#two fieldset#opt select {
	margin-right /**/: 13em;
}
* html form#two label:first-letter {
	padding-bottom:0;
	border: 0 none;
	text-decoration: underline;
}
/**/


/* IE MAC workaround for centering the form elements */

/*\*//*/ 
form#two { width: 390px;}
form#two fieldset { width: 334px;} 
form#two fieldset#opt select {margin-right: 0;}
/**/ 

.error {
	border: 1px solid #F00;
	background-color: #F00;
}
