/* CSS for Invite */

.invite {
	margin: 0 25px 0 0;
	background: #FFFFFF url(../images/Fall-leaves.jpg) repeat-y;
	padding-left: 230px;
	padding-top: 10px;
}
.invite ul {
	margin: 0;
	background: transparent;
	padding: 0;
}
.invite li {
	margin: 0;
	list-style:square;
	display: inline;
	padding-right: 20px;
	padding-left: 0px;
	font-size: .9em;
	color: #003399;
	font-weight: bold;
}

.flStyle #smInvite h2 {
	color: #EA3A00;
	font-size: 1.4em;
	font-weight: bold;
}

#form1 {
	width: 400px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #DCE8EF;
	border: 3px double #999999;
}
#form1 p {
	font-weight: bold;
	color: #000066;
	text-align: center;
}
#form1 input, #form1 textarea {
	text-align: center;
	margin-left: 10px;
	color: #000066;
}
.subBtn {
	font-size: 10px;
	font-weight: bold;
}
/*Home Page*/
#smInvite {
	background: #FFFFCC url(../images/Fall-border2.jpg) no-repeat;
	position: absolute;
	z-index: 50;
	visibility: visible;
	top: 234px;
	left: 5px;
	border: 2px solid #000000;
	padding: 0px 10px;
	width: 186px;
}
#smInvite .content {
	color: #000066;
	font-size: 0.9em;
}
#smInvite .content a {
	color: blue;
	font-size: 0.9em;
}
.closeBox {
	text-transform: uppercase;
	color: #FFFFFF;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 12px 0px 5px;
	display: block;
	padding: 5px 10px 5px 5px;
	background: #A0BF57;
}
a.closeBox:link, a.closeBox:visited {
	text-decoration: none;
}
a.closeBox:hover {
	color: #CC3300;
	text-decoration:underline;
}
