<!--
html, body {
    height: 100%;
width:100%;
}
body {
	height:100%;
	background:#fff url("../images/bg_tile.png") repeat-x; margin:0;
}
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#footer{
	background:url("footer_bg.png");
	height:150px;
	width:100%;
	clear:both;
	position:relative;
	bottom:0px;
}
#footer #info{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:50px;
	color:#fff;
	font-size:14.4px;
}
#notice {
	display:block;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#33ade7;
	border:1px solid #33ade7;
	background-color:#e4f4f9;
}
#notice .claim{
	display:block;
	float:right;
	margin-top:4px;
	margin-right:20px;
}
a{
text-decoration:none;
color:#2E79B8;
}
a:hover{
text-decoration:underline;
}
#header {
	background:url("../images/bg_head.png"); margin:0; width:800px; height:100px; margin-left:auto; margin-right:auto;
}
#header #logo {
	width:200px; float:left; height:50px;
}
#header #login {
	width:600px; float:right; height:22px;margin-top:13px;text-align:right;
}
#header #login .loginbtn {
	height:22px;width:150px;background:url("../images/login_sprite.png");background-position:top;display:inline-block;margin-right:10px;
}
#header #login .loginbtn:hover {
	height:22px;width:150px;background:url("../images/login_sprite.png");background-position:bottom;display:inline-block;margin-right:10px;
}
#header #login .loggedin img{
	height:22px;width:22px;
}
#wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	height: 20px;
	background-color: #D1D1D1;
	font-size: 14px;
}
#login {
	float:right;
}
#main {
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
}
#label {
	float:left;
	width: 100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
}
#form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #333;
}
#entry {
	width: 500px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#entry #label {
	width: 80px;
	color:#666666;
}
#entry #input input, #entry #input select{
	border:1px solid #666666;
}

#entry #input .longtext {
	width: 400px;
}

#entry #input .shorttext {
	width: 150px;
}

.addlink {
	margin-left:80px;
	text-decoration:none;
	color:#5B74C8;

}
.nextstep {
	margin-left:80px;
	background-color:#6079AB;
	color:#ffffff;
	border:1px solid #1A356E;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
.done {

	background-color:#6079AB;
	color:#ffffff;
	border:1px solid #1A356E;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	display:inline-block;
	margin-top: 10px;
	margin-left:20px;
}
#imagepreview {
	height: 250px;
	width: 500px;
	margin-left:72px;
	padding-bottom:10px;
}
#entry #input .descarea {
	border:1px solid #666666;
height:100px;
width:300px;
}
#subcats {
	display:inline;
}
#options {
	margin-left:100px;
}
#history{
	padding-top:20px;
	padding-bottom:20px;
}
#history #event {
	border:1px solid #CCC;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	height:120px;
}

#history #birthday {
	border:1px solid #CCC;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

.greenHighlight{
	background-color: #D5FAD5;
}


#history #birthday #evntimg {
	height:100%;
	width:70px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#history #birthday #title {
	color:#2E79B8;
	padding-top:5px;
	font-weight: bold;
	font-size:13.3px;

}

#history #birthday #tagline {
	color:#787878;
	font-size:12.2px;
	font-size:10px;
	margin-bottom:5px;
}

#history #event #evntimg {
	height:100px;
	width:100px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#history #event #title {
	color:#232323;
	font-size:13.3px;
	padding-left:120px;
}
#history #event #tagline {
	color:#787878;
	padding-left:130px;
	font-size:12.2px;
	font-style:italic;
	font-size:10px;
	margin-bottom:5px;
}
#history #event #desc {
	color:#232323;
	font-size:11.5px;
	padding-left:3px;
}
#main #info {
	padding-top:30px;
}
#history #event #info table {
	font-size:10px;
	float:left;
	padding-left:10px;
}
#history #admin {
	float:right;
	width:55px;
	text-align:left;
	height:120px;
}
#history #sendwish {
	float:right;
	width:55px;
	text-align:left;
	height:10px;
}

#history #rsvp {
	height:60px;
	width:150px;
	float:right;
	text-align:left;
	margin-top:-10px;
}
#history #admin a{
	float:right;
	display:inline-block;
	width:120px;
	color:#77829A;
	padding-left:5px;
	border-bottom:1px solid #77829A;
	text-decoration:none;
}

#history #sendwish a{
	float:right;
	display:inline-block;
	width:120px;
	color:#77829A;
	padding-left:5px;
	border-bottom:1px solid #77829A;
	text-decoration:none;
}



#history #admin a:hover{
	background:#3399FF;
	color:#fff;
}
#view {
	margin-top:20px;
}
#view #main{
	float:left;
	width:525px;
	background-color:#fff;
	border:none;
margin-right:10px;
}
#view #main #title {
	width:520px;
	padding-left:10px;
	padding-right:10px;
}
#view #main #title h1{
	font-size:14.4px;
}
#view #main #info {
	border-top:1px solid #e8e8e8;
}
#view #main h2{
	width:525px;
	float:left;
	background-color:#e8e8e8;
	font-size:11px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding-left:5px;
	color:#33ade7;
	border-bottom:1px solid #33ade7;
	background-color:#e4f4f9;
}
#sidebar {
	float:right;
	width:250px;
}
#sidebar #evntimg img{
	max-width:250px
}
#sidebar h2{
	width:250px;
	float:left;
	background-color:#e8e8e8;
	font-size:11px;
	line-height:20px;
	height:20px;
	font-weight:normal;
	padding-left:5px;
	color:#33ade7;
	border-bottom:1px solid #33ade7;
	background-color:#e4f4f9;
}
#sidebar h3{
	width:250px;
	float:left;
	font-size:11px;
	line-height:20px;
	height:20px;
	font-weight:normal;
	padding-left:5px;
	color:#787878;
	border-bottom:1px solid #ababab;
}
#friendslist{
	mine-height:300px;
	height:auto;
	overflow:auto;
}
#friend{
	display:inline-block;
	height:50px;
	width:185px;
	border:1px solid #555;
	background-color:#f2f2f2;
	margin:3px;
}
#friend:hover{
	display:inline-block;
	height:50px;
	width:185px;
	border:1px solid #555;
	background-color:#d7d7d7;
	margin:3px;
}
#friend img{
	float:left;
	height:50px;
	width:50px;
}
#friend #check {
	float:left;
	margin-top:15px;
	width:20px;
	display:inline-block;
}
#friend #name{
	float:right;
	text-align:left;
	width:115px;
	line-height:20px;
	height:20px;
	margin-top:15px;
	font-size:10px;
	color:#666;
	background-color:#e8e8e8;
}
#morebutton a{
	display:block;
	margin-bottom:30px;
	margin-top:30px;
	width:500px;
	height:33px;
	font-weight:bold;
	line-height:33px;
	text-align:center;
	margin-left:auto;
	color:#0AA7E5;
	margin-right:auto;
	font-size:14.4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url(morebutton_bg.png);
	border:1px solid #ccc;

}
#moreloading {
	height:15px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
}
#morebutton a{
	color:#0AA7E5;
	font-weight:bold;
	text-decoration:none;
}
#morebutton a:hover {
	display:block;
	margin-bottom:30px;
	margin-top:30px;
	width:500px;
	height:33px;
	line-height:33px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:14.4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url(morebutton_bg_on.png);
	border:1px solid #ccc;

}
#rsvp {
	display:inline-block;
	width:59px;
	margin:1px;
	min-height:48px;
	text-align:center;
	overflow:hidden;
max-height:100px;
}
#rsvp img {
	width:50px;
	height:50px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
}
#rsvp #rsvpname {
	width:59px;
	margin:1px;
	overflow:hidden;
text-align:center;
}
.modal-overlay{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
}
* html .modal-overlay{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	border:10px solid #232323;
}
* html .modal-window{
	position:absolute;
}
.close-window{
	position:absolute;
	width:16px;
	height:32px;
	right:8px;
	top:0px;
	background:transparent url('modal_close.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
}
.close-window:hover{
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#owner {
	width:100%;
	background-color:#B3D6E1;
	border:2px solid #4B9DB8;
	color:#4B9DB8;
	font-size:16.6px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	display:inline-block;
}
#commentform {
	padding-bottom:30px;
	width:525px;
}
#commentform textarea{
	width:525px;
	background:#f2f2f2;
	border:1px solid #33ADE7;
}
#commentform .submit {
	float:right;
	height:25px;
	border:0;
	width:50px;
	line-height:25px;
	background-color:#2E79B8;
	color:#fff;
	display:block;
	text-align:center;
	margin-top:5px;
	padding:2px 0 2px 0;
	margin-bottom:3px;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#commentform .submit:hover {
	background-color:#8BB9DF;
}
.timeline{
	list-style-type:none;
}
#update{
	margin-left:-40px;
}
.box{
	display:inline-block;
	margin-bottom:15px;
	height:auto;
	width:520px;
	border:1px solid #cccccc;
}
.comimg {
	float:left;
	max-height:48px;
	max-width:48px;
}
.comrn {
	float:right;
	height:15px;
	width:455px;
	display:inline-block;
	padding-left:10px;
	border-bottom:none;
	background-color:#e8e8e8;
}
.comrn a{
	font-weight:bold;
}
.postdate {
	float:right;
	height:13px;
	width:455px;
	display:inline-block;
	padding-left:10px;
	font-size:9.3px;
	font-style:italic;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	background-color:#e8e8e8;
}
.comment {
	float:left;
	height:auto;
	width:380px;
	height:autopx;
	padding-top:5px;
	padding-left:10px;
}
.boxadmin{
	display:inline-block;
	margin-bottom:15px;
	height:auto;
	width:520px;

	border:1px solid #D5FAD5;
}
.comrnadmin {
	float:right;
	height:15px;
	width:455px;
	display:inline-block;
	padding-left:10px;
	border-bottom:none;
	background-color:#D5FAD5;

}
.comrnadmin a{
	font-weight:bold;
}
.postdateadmin {
	float:right;
	height:13px;
	width:455px;
	display:inline-block;
	padding-left:10px;
	font-size:9.3px;
	font-style:italic;
	padding-bottom:5px;
	background-color:#D5FAD5;
	border-bottom:1px solid #ccc;
}
.commentadmin {
	float:left;
	height:auto;
	width:380px;
	height:autopx;
	padding-top:5px;
	padding-left:10px;
}
#rsvp{
	display:inline-block;
	vertical-align:top;
	margin-2px;
}
#rsvpname a{
	width:48px;
	white-space:wrap;
	word-wrap: break-word 

}
#viewmore {
	float:right;
	font-size:9.3px;
	padding-right:10px;
}
#featured {
	margin-top:20px;
	width:780px;
	float:right;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#featured #attendees img{
	height:24px;
	width:24px;
	padding:2px;
}
#featured #attendees #profimg{
	float:left;
	display:inline-block;
}
#featured #attendees{
	width:500px;
	float:left;
	padding-left:10px;
}
#featured #rsvp {
	height:100px;
	width:150px;
	float:right;
	margin-top:-20px;
	text-align:left;
	padding-bottom:30px;
}
#featured #rsvp #button {
	height:25px;
	width:80px;
	line-height:25px;
	background-color:#8BB9DF;
	color:#fff;
	display:block;
	text-align:center;
	margin-top:14px;
	margin-bottom:3px;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#featured #rsvp #button:hover {
	background-color:#2E79B8;
}
#featured h1{
	display:block;
	height:35px;
	width:760px;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:#33ade7;
	border-bottom:1px solid #33ade7;
	background-color:#e4f4f9;
	font-size:14.4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#featured #event #desc{
	float:left;
	display:block;
	width:450px;
	overflow:hidden;
	padding-left:10px;
	font-size:13.3px;
	height:50px;
	margin-bottom:20px;
}
#featured #event:hover{
	background-color:#E0EBEF;
}
#featured #event #title {
	font-size:14.4px;
	display:inline-block;
	margin-left:10px;
	font-weight:bold;
	float:left;
	width:630px;
}
#featured #event #date {
	font-size:11.4px;
	display:inline-block;
	width:630px;
	float:left;
	padding-left:10px;
	font-style:italic;

}
#featured #event #link {
	font-size:11.1px;
	float:left;
	margin-left:10px;
	padding-left:10px;
	height:20px;
	width:400px;
	display:inline-block;

}
#featured #event #evntimg{
	height:146px;
	width:96px;
	float:left;

}
#featured #event img{
	max-width:96px;
	max-height:146px;
	float:left;
}
#listright #event {
	clear:both;
	height:50px;
	width:368px;
	margin-bottom:15px;
}
#listright #event #bottom{
	clear:both;
	position:relative;
	top:15px;
	left:30px;
	display:inline-block;
	width:250px;
	height:1px;
	background-color:#ddd;
}
#listright #event:hover{
	background-color:#E0EBEF;
}
#listright #event #title {
	font-size:14.4px;
	display:inline-block;
	margin-left:10px;
	font-weight:bold;
	float:left;
	width:290px;
	overflow:hidden;
}
#listright #event #date {
	font-size:11.4px;
	display:block;
	width:220px;
	float:left;
	padding-left:10px;

}
#listright #event #link {
	font-size:11.1px;
	float:right;
	margin-left:10px;
	position:relative;
	right:10px;
}
#listright #event #evntimg{
	height:48px;
	width:48px;
	float:left;
}
#listright #event img{
	max-height:48px;
	max-width:48px;
	float:left;
}
#listright {
	clear:right;
	float:right;
	margin-top:20px;
	width:370px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#listright h1{
	display:block;
	height:35px;
	width:350px;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:#33ade7;
	border-bottom:1px solid #33ade7;
	background-color:#e4f4f9;
	font-size:14.4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#listleft #event {
	clear:both;
	height:50px;
	width:368px;
	margin-bottom:15px;

}
#listleft #event #bottom{
	clear:both;
	position:relative;
	top:15px;
	left:30px;
	display:inline-block;
	width:250px;
	height:1px;
	background-color:#ddd;
}
#listleft #event:hover{
	background-color:#E0EBEF;
}
#listleft #event #title {
	font-size:14.4px;
	display:inline-block;
	margin-left:10px;
	font-weight:bold;
	float:left;
	width:290px;
	overflow:hidden;
}
#listleft #event #date {
	font-size:11.4px;
	display:block;
	width:220px;
	float:left;
	padding-left:10px;
}
#listleft #event #link {
	font-size:11.1px;
	float:right;
	margin-left:10px;
	position:relative;
	right:10px;
}
#listleft #event #evntimg{
	height:48px;
	width:48px;
	float:left;
}
#listleft #event img{
	max-height:48px;
	max-width:48px;
	float:left;
}
#listleft {
	margin-top:20px;
	float:left;
	width:370px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#listleft h1{
	display:block;
	height:35px;
	width:350px;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:#33ade7;
	border-bottom:1px solid #33ade7;
	background-color:#e4f4f9;
	font-size:14.4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#event #title a{
	color:#2E79B8;
}
.homestart{
	display:block;
	width:250px;
	float:right;
	height:50px;
	background-image:url(getstarted.png);
	padding-right:0px;
	background-repeat:no-repeat;
}
#homestart:hover{
	background-image:url(getstarted_hover.png);
	background-repeat:no-repeat;
}
#getstarted{
	margin-top:20px;
	width:800px;
	float:right;
	height:160px;
	margin-left:auto;
	margin-right:auto;

}
#getstarted #startform{
	width:270px;
	height:140px;
	float:left;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#getstarted #startform h1{
	color:#33ade7;
	border-bottom:1px solid #33ade7;
	background-color:#e4f4f9;
	height:30px;
	font-size:14.4px;
	line-height:30px;
	padding-left:10px;
	margin-bottom:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#getstarted #startform #startbox{
	height:90px;
	padding-top:10px;
	padding-left:10px;
	}
#getstarted #startform #startbox #title{
	border:0;
	width:240px;
	height:15px;
	padding:5px;
	display:block;
	margin-top:10px;
	margin-bottom:7px;
	border:1px solid #bcbcbc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#getstarted #startform #startbox #submit{
	float:right;
	margin-right:10px;
	margin-top:10px;
	display:block;
	border:0;
	color:#000;
	font-weight:bold;
	width:125px;
	padding-top:4px;
	padding-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(getstarted_buttonbg.png);
}
#getstarted #startform #startbox #submit:hover{
	background:url(getstarted_buttonbg_hover.png);
}
#getstarted #facts{
	width:453px;
	height:140px;
	float:right;
	background-image:url(factsbg_alt.png);
	background-repeat:no-repeat;
	margin-top:20px;
}
#event #evntimg #month{
	display:block;
	width:48px;
	height:20px;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:13.3px;
	background-color:#81ACCF;
}
#event #evntimg #day{
	display:block;
	width:46px;
	height:28px;
	line-height:28px;
	text-transform:uppercase;
	color:#232323;
	background-color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:18.8px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#event #evntimg img{
	max-height:96px;
	max-width:96px;
}

#birthday #evntimg img{
	max-height:48px !important;
	max-width:48px !important;
}

#admin .cancel{
	height:15px;
	width:125px;
	margin:0;
	border:0;
	padding-bottom:2px;
	font-size:11px;
	line-height:15px;
	padding-left:2px;
	background-color:#fff;
	color:#77829A;
	text-align:left;
	position:relative;
	left:-70px;
}
#admin .cancel:hover{
	background-color:#3399FF;
	color:#fff;
}
#admin #rsvp a:hover{
	background-color:#3399FF;
	color:#fff;
}
.steps {
	float:right;
	height:25px;
	width:150px;
	line-height:25px;
	background-color:#8BB9DF;
	color:#fff;
	border:0;
	display:block;
	text-align:center;
	margin-top:14px;
	margin-bottom:3px;
	text-decoration:none;
	margin-left:auto;
	border:1px solid #2E79B8;
	margin-right:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.steps:hover {
	background-color:#2E79B8;
}
.steps2 {
	float:right;
	height:25px;
	width:210px;
	line-height:25px;
	background-color:#8BB9DF;
	color:#fff;
	border:0;
	display:block;
	text-align:center;
	margin-top:14px;
	margin-bottom:3px;
	text-decoration:none;
	margin-left:auto;
	border:1px solid #2E79B8;
	margin-right:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.steps2:hover {
	background-color:#2E79B8;
}
#contactform{
	width:400px;
	float:left;
}
#contactform textarea{
	width:340px;
}
#contactinfo{
	width:400px;
	float:right;
}
#contactinfo h3{
	font-weight:normal;
}
#contact{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	line-height:30px;
	margin-top:30px;
	background-color:#C2E3EF;
	border:1px solid #0BA9E7;
	display:block;
	width:400px;
	height:30px;
}
#statusbar{
	width:465px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
	margin-top:30px;
	background-color:#E0EBEF;
}
#statusbar h1{
	margin-bottom:0px;
	margin-top:0px;
}
#statusbar #step1{
	display:inline-block;
	width:150px;
	height:60px;
	float:left;
	padding-left:5px;
	text-align:center;
}
#statusbar #step1 h1{
	background-position:0px 30px;
}
#statusbar #step2 h1{
	background-position:-30px 0px;
}
#statusbar #step3 h1{
	background-position:-60px 0px;
}
#statusbar #step2{
	display:inline-block;
	width:150px;
	height:60px;
	float:left;
	padding-left:5px;
	text-align:center;
}
#statusbar #step3{
	display:inline-block;
	width:150px;
	height:60px;
	float:left;
	padding-left:5px;
	text-align:center;
}
#statusbar .on{
	background-color:#2E79B8;
	color:#f2f2f2;
}
#statusbar .on h1{
	display:block;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	width:30px;
	background-image:url(event_step_sprite.png);
}
#statusbar .off h1{
	display:block;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	width:30px;
	background-image:url(event_step_sprite.png);
}
#selectallbar{
	width:100%;
	text-align:right;
	clear:both;
	margin-bottom:10px;
	display:inline-block;
}
.viewadminlinks{
	color:#2E79B8;
}

#right h2.settingtop{
	font-size:23px;
	text-align:left;
	line-height:20px;
	color:#5f5f5f;
	font-weight:normal;
	margin-bottom:10px;
}

#right h3.pro{
	font-size:13px;
	color:#5f5f5f;
	text-align:left;
	line-height:10px;
	font-weight:normal;
	border-bottom:1px solid #dddddd;
	margin:0px;
	padding:0 0 10px 0;
	width:322px;
}


#bday h3.desc{
	font-size:13px;
	color:#5f5f5f;
	text-align:center;
	line-height:10px;
	font-weight:normal;
	border-bottom:1px solid #dddddd;
	margin:0px;
	padding:0 0 10px 0;
}

#bday h2.title{
	font-size:18px;
	text-align:center;
	line-height:20px;
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
}

label.labels {
	border:medium none;
	color:#222222;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	margin:0;
	padding:0 0 3px;
}

span.req {
	color:red !important;
	display:inline;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0;
}

#bday .textarea  {
	border:1px solid #9F9F9F;
	font:14px 'Helvetica',Arial,Sans-Serif;
	padding:5px 10px;
}

#dateselect .textarea  {
	border:1px solid #9F9F9F;
	font:14px 'Helvetica',Arial,Sans-Serif;
	padding:5px 9px;
}

#tweet .textarea  {
	width: 450px;
	font-weight:normal;
}

.fields {
	width:280px;
	clear:both;
	margin:0;
	padding:6px 1% 9px;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

#check {
	width: 300px;
}

#emailinput{
	width: 245px;
}

#bday .submit:hover {
	background-color:#8BB9DF;
}
#bday .submit {
	float:right;
	border:0;
	line-height:25px;
	background-color:#2E79B8;
	color:#fff;
	display:block;
	text-align:center;
	margin-top:5px;
	padding:5px;
	margin-bottom:3px;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
	

-->