/* theBIGsunday.com styles */

html {
	border-top: 3px solid #80BFFF;
	/*background:url(../images/sundae.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom right;	
}

body {
	width:813px;
	font-family:tahoma;
	font-size:15px;
	color:#333333;
	margin:0px auto!important;
	margin-top:5px!important;
}

p {
	line-height:140%!important;
	margin-bottom:20px!important;
}

#intro {
	width:570px;
	height:220px;
	margin:0px auto;
	background:url(../images/intro_bg.jpg) no-repeat;
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}

#middle_wrap {
	width:564px;
	margin:0px auto;
}

#instructions {
	width:235px;
	float:left;
}

#instructions li {
	list-style:none!important;
	line-height:130%;
	margin-bottom:5px;
}

#instructions li a{
	text-decoration:none!important;
}

.instructions_1 {
	background:url(../images/1.gif) no-repeat;
	padding-left:41px;
	padding-right:13px;
	padding-top:8px;
	height:94px;
}

.instructions_2 {
	background:url(../images/2.gif) no-repeat;
	padding-left:41px;
	padding-right:13px;
	padding-top:8px;
	height:94px;
}

.instructions_3 {
	background:url(../images/3.gif) no-repeat;
	padding-left:41px;
	padding-right:6px;
	padding-top:8px;
	height:73px;
}

#form {
	width:290px;
	float:right;
}

#confirm { /*!!--- Only for the confirmation message */
	width:290px;
	height:295px;
	float:right;
	background:url(../images/confirm_bg.jpg) no-repeat;
}

.float_right {
	float:right;
	margin-left:15px;
}

#form td{
	padding-bottom:5px!important;
	padding-right:5px!important;
	padding-bottom:20px!important;
	font-size:15px;
}

.text_field {
	width:290px;
	height:29px;
	font-size:21px;
}

.submit {
	text-align:center;
	padding:7px 15px 7px 15px;
	background:#BEDEFF;
	border:1px solid #84C1FF;
	font-size:16px;
	cursor:pointer;
}

.submit:hover {
	text-align:center;
	padding:7px 15px 7px 15px;
	background:#84C1FF;
	border:1px solid #BEDEFF;
	color:#fff;
}

#footer {
	margin-top:20px;
	padding:10px;
	text-align:center;
	font-size:12px;
}

/* Text Styles */

a {
	color:#3399FF;
}

h1 {
	margin-top:26px!important;
	margin-bottom:13px!important;
}

h2 {
	margin-bottom:17px!important;
}

h3 {
	margin-top:15px!important;
	margin-bottom:5px!important;
}

#instructions li a {
	color:#333333;
	text-decoration:underline;
}

.highlight {
	background:#FFFF99
}

.invite {
	font-size:22px;
}

.grey {
	color:#666666;
}


/* Reset styles */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}