a 				{color:#bb0000; text-decoration:none}
a:visited		{color:#bb0000}
a:link			{color:#bb0000}
a:active		{color:#bb0000}
a:hover		{color:#bb0000; text-decoration:underline}

p,th,td,ol,ul
{
	font-family: arial, sans serif;
	font-size:10pt;
}
td,ol,p,div
{
	color: #333333;
}

h1
{ font-size:medium }

hr
{
	height:1px;
	border-style:solid;
	border-width: 1px;
	color:#660033;
}




/* Invite Form */

.inviteForm
{
    width: 750px;
    height: 682px;
    position: relative;
}

.dateField
{
    position: absolute;
    z-index:3;
    width: 275px;
    left: 40px;
    background-repeat: repeat-x;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:0.9em;
    line-height:2.3em;
    padding-left:10px;
    border:0px solid transparent;
    top: 315px;
    height: 34px;
    background-image: url('images/form/date-bg.jpg');
}
.timeField
{
    position: absolute;
    z-index:3;
    width: 275px;
    left: 40px;
    background-repeat: repeat-x;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:0.9em;
    line-height:2.3em;
    padding-left:10px;
    border:0px solid transparent;
    top: 410px;
    height: 34px;
    background-image: url('images/form/time-bg.jpg');
}
.addressField
{
    position: absolute;
    z-index:3;
    width: 275px;
    left: 40px;
    background-repeat: repeat-x;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:0.9em;
    line-height:2.3em;
    padding-left:10px;
    border:0px solid transparent;
    top: 486px;
    height: 33px;
    background-image: url('images/form/address-bg.jpg');
}
.eventField
{
    position: absolute;
    z-index:3;
    width: 220px;
    background-repeat: repeat-x;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:0.9em;
    line-height:1.3em;
    padding-left:10px;
    border:1px solid red;
    border:0px solid transparent;
    overflow: auto;
    top: 315px;
    left: 370px;
    height:65px;
    background-image: url('images/form/event-bg.jpg');
}
.hostedField
{
    position: absolute;
    z-index:3;
    width: 245px;
    left: 40px;
    background-repeat: repeat-x;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:0.9em;
    line-height:2.3em;
    padding-left:10px;
    border:0px solid transparent;
    top: 583px;
    height:36px;
    background-image: url('images/form/hosted-bg.jpg');
}

.PrintButton
{
    position: absolute;
    top:585px;
    left:302px;
    width:100px;
    height:30px;
    border:2px solid #000000;
    background-color:#7c6852;
    color:#e1cdae;
}

.PrintButton:hover
{
    position: absolute;
    top:585px;
    left:302px;
    width:100px;
    height:30px;
    border:2px solid #000000;
    background-color:#967e63;
    color:#eed9ba;
}

.sendButton
{
    position:absolute;
    top:368px;
    left:362px;
    width:100px;
    height:30px;
    border:solid 2px #000000;
    background-color:#7c6852;
    color:#e1cdae;
}