body, td {
	font-family: Trebuchet, Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0;
}

h1 {
	font-family: Georgia, Trebuchet, Verdana, Arial, Tahoma, sans-serif;
	border-bottom: 1px solid #AE0E0E;
	text-align: left;
	font-size: 24px;
}

#header {
	margin: 0; 
	padding: 0;
	display: block;
	text-align: center;
}


#container {
	text-align: center;
	width:720px;
	background: #FFFFFF url("images/background_body.gif") center top repeat-y;
	margin: 0; padding: 0;
}


#footer {
	background: url("images/background_footer.gif") center top no-repeat;
	font-size: 9px;
	padding-top: 30px;
}




#content a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding:5px;
}

#content a:hover {
	text-decoration: underline;
	background-color: #ccc;
}





#invitation_txt .input {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	width: 400px;
	font-family: Georgia, Trebuchet, Verdana, Arial, Tahoma, sans-serif;
	text-align: left;
	font-size: 14px;
}

#invitation_txt label {
	font-family: Georgia, Trebuchet, Verdana, Arial, Tahoma, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #666666;
	display: block;
	margin: 15px 0 0 0;
}

.input {
	margin: 15px 0 0 0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	width: 400px;
	font-family: Georgia, Trebuchet, Verdana, Arial, Tahoma, sans-serif;
	text-align: left;
	font-size: 14px;
}

#steps {
	width:690px;
	text-align:center; 
	margin: 0 15px 0 15px; padding: 10px 0 0 0;
}

#steps a {
	display: block;
	padding-top: 45px;
	width: 87px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #DADADA;
	font-size: 9px;
}


a:hover#steps  { 
	color: #ff0000;
}
#steps div.arrow {
	background: url("images/arrow.gif") center top no-repeat;
	width: 10px;
	height: 37px;
	float: left;
}
#step_1 {
	background: url("images/step_1_off.gif") center top no-repeat;
}

a:hover#step_1  , a.active#step_1   {
	background: url("images/step_1_active.gif") center top no-repeat;
	color: #ff0000;
}

#step_2 {
	background: url("images/step_2_off.gif") center top no-repeat;
}
a:hover#step_2   , a.active#step_2   {
	background: url("images/step_2_active.gif") center top no-repeat;
	color: #ff0000;
}

#step_3 {
	background: url("images/step_3_off.gif") center top no-repeat;
}
a:hover#step_3   , a.active#step_3   {
	background: url("images/step_3_active.gif") center top no-repeat;
	color: #ff0000;
}

#step_4 {
	background: url("images/step_4_off.gif") center top no-repeat;
}
a:hover#step_4   , a.active#step_4   {
	background: url("images/step_4_active.gif") center top no-repeat;
	color: #ff0000;
}

#step_5 {
	background: url("images/step_5_off.gif") center top no-repeat;
}
a:hover#step_5   , a.active#step_5   {
	background: url("images/step_5_active.gif") center top no-repeat;
	color: #ff0000;
}

#step_6 {
	background: url("images/step_6_off.gif") center top no-repeat;
}
a:hover#step_6   , a.active#step_6   {
	background: url("images/step_6_active.gif") center top no-repeat;
	color: #ff0000;
}


.chose_txt {
	text-align:center; 
	padding:10px;
	width: 500px;
}

.chose_txt a {
	text-decoration: none;
	color: #000000;
}

.chose_txt a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.chose_txt_header {
	font-family: Georgia, Trebuchet, Verdana, Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	width: 500px;
}

