@charset "utf-8";
/* CSS Document */
#body {
	margin:0px;
}
#page {
	margin:0px auto;
	width:1024px;
	overflow:auto;
	background:url(bgtop.jpg) no-repeat;
}
#fixedinvite {
	border:2px dotted #CCC;
	width:400px;
	padding:10px;
	top:50px;
	overflow:auto;
	position:fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#496f59;
	background:#FFF;
	display:none;
}
#fixedinvite #bannerinvite{
	width:350px;
	padding-left:30px;
	margin-bottom:10px;
}
#fixedinvite #displayinvite{
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	width:350px;
	height:300px;
	margin-top:20px;
	overflow:scroll;
}
#fixedinvite #menuinvite{
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	width:350px;
	margin-top:10px;
	margin-bottom:20px;
}
#fixedinvite #menuinvite a {
	display:block;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	background:#98877f;
	margin-left:10px;
	float:right;
}
#fixedinvite #menuinvite a:hover {
	background:#b35639;
}
#fixedinvite #loadinginvite{
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	width:350px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:12px;
	color:#98877f;
	display:none;
}
#fixedinvite #loadinginvite img{
	margin-right:10px;
}
#fixedregister {
	border:2px dotted #CCC;
	width:400px;
	padding:10px;
	top:150px;
	overflow:auto;
	position:fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#496f59;
	background:#FFF;
	display:none;
}
#fixedregister #loadingregister {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#c6c0a5;
	font-weight:bold;
	width:400px;
	text-align:center;
	display:none;
}
#fixedregister #errorregister {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#c32d0a;
	width:360px;
	text-align:center;
	overflow:visible;
	display:none;

}
#fixedregister #errorregister a{
	color:#c32d0a;
	text-decoration:none;
	font-weight:bold;
}
#fixedregister #errorregister a:hover{
	text-decoration:underline;
}
#fixedregister #closeregister {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ff7800;
	width:40px;
	overflow:visible;
	display:inline;
	padding-left:350px;
	padding-top:10px;
	font-weight:bold;
}
#fixedregister #closeregister a {
	color:#ff7800;
	text-decoration:none;
}
#fixedregister #closeregister a:hover {
	text-decoration:underline;
}
#fixedregister #successregister {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#05c31f;
	font-weight:bold;
	width:360px;
	text-align:center;
	overflow:visible;
	display:none;

}
/* Blank space at to page */
#page #topspace{
	width:1024px;
	height:33px;
}
/* top menu */
#page #topmenu{
	width:1024px;
	height:17px;
}
#page #topmenu #left{
	width:650px;
	height:17px;
	float:left;
}
#page #topmenu #right{
	height:17px;
	float:left;
	overflow:auto;
}
#page #topmenu #right a{
	display:block;
	padding-top:2px;
	background: url(topmenu.jpg) no-repeat;
	padding-left:17px;
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#496f59;
	text-decoration:none;
	float:left;
}
#page #topmenu #right a:hover{
	text-decoration:underline;	
}
/* logo and login box */
#page #logo{
	width:1024px;
	height:90px;
	overflow:auto;
}
#page #logo #mainlogo{
	width:515px;
	padding-left:95px;
	float:left;
}
#page #logo #mainlogin{
	width:330px;
	float:left;
}
#page #logo #mainlogin #left{
	width:20px;
	float:left;
	height:90px;
	background:url(leftlogin.jpg);
}
#page #logo #mainlogin #midle{
	width:285px;
	float:left;
	height:90px;
	background:url(midlelogin.jpg);
}
#page #logo #mainlogin #midle a{
	text-decoration:none;
	color:#769c4a;
}
#page #logo #mainlogin #midle a:hover{
	text-decoration:underline;
}
#page #logo #mainlogin #midle #formlogin{
	margin:0px;
	padding-left:20px;
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
}
#page #logo #mainlogin #midle #formlogin #username{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#496f59;
	padding:7px;
	border:0px;
	background:url(bgformlogin.jpg) no-repeat;
}
#page #logo #mainlogin #midle #formlogin #password{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#496f59;
	padding:7px;
	border:0px;
	background:url(bgformlogin.jpg) no-repeat
}
#page #logo #mainlogin #midle #formlogin #remember{
	margin-top:5px;
	
}
#page #logo #mainlogin #midle #formlogin #button{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#496f59;
	padding:8px;
	border:0px;
	background:url(loginbutton.jpg) no-repeat;
	width:35px;
}
#page #logo #mainlogin #midle #userlogin{
	margin:0px;
	padding-left:20px;
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
#page #logo #mainlogin #right{
	width:19px;
	float:left;
	height:90px;
	background:url(rightlogin.jpg);
}
/* share this and browse design */
#page #share{
	width:1024px;
	height:30px;
	overflow:auto;
}
#page #share #left{
	padding-left:720px;
	float:left;
}
#page #share #left a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#397d4e;
}
#page #share #right{
	float:left;
	padding-left:10px;
}
/* main menu */
/* type 1 */
#page #mainmenu{
	width:1024px;
	height:37px;
	overflow:auto;
}
#page #mainmenu #menu{
	width:784px;
	padding-left:120px;
	float:left;	
}
#page #mainmenu #menu #twiter{
	float:right;
	overflow:auto;
	text-align:center;
	width:75px;
	padding-left:25px;
	padding-top:5px;
}
#page #mainmenu #menu #twiter img{
	margin-right:10px;	
}
#page #mainmenu #menu img{
	float:left;
	margin:0px;
}
/* type 2 */
#page #mainmenucontent{
	width:1024px;
	height:67px;
	overflow:auto;
}
#page #mainmenucontent #menu{
	width:784px;
	padding-left:120px;
	float:left;	
	height:67px;
	background:url(bgmenucontent.png) bottom left no-repeat;
}
#page #mainmenucontent #menu img{
	float:left;
	margin:0px;
}
#page #mainmenucontent #menu #twiter{
	float:right;
	overflow:auto;
	text-align:center;
	width:75px;
	padding-left:25px;
	padding-top:5px;
}
#page #mainmenucontent #menu #twiter img{
	margin-right:10px;	
}
#page #imagemenu{
	width:800px;
	padding-left:120px;
	overflow:visible;
	height:24px;
	padding-top:10px;
}
/* conten */
#page #content{
	width:1024px;
	overflow:auto;
}
#page #content #lefttop{
	margin-left:72px;
	float:left;
	width:72px;
	height:37px;
	background:url(content/lefttop.png) no-repeat;
}
#page #content #midletop{
	float:left;
	width:742px;
	height:37px;
	background:url(content/midletop.png) no-repeat;
}
#page #content #righttop{
	float:left;
	width:75px;
	height:37px;
	background:url(content/righttop.png) no-repeat;
}
#page #content #left {
	float:left;
	margin-left:72px;
	width:889px;
	overflow:auto;
	background:url(content/midle.png) left repeat-y;
}
#page #content #left  #midlemidle{
	margin-left:72px;
	float:left;
	width:742px;
	overflow:auto;
}
/* content for how it work, about us, our philosofhi, get started */
#page #content #left  #midlemidle #leftcontent1{
	width:184px;
	overflow:visible;
	padding-bottom:1px;
	float:left;
}
#page #content #left  #midlemidle #rightcontent1{
	width:555px;
	overflow:auto;
	float:left;
	background:url(content1/midlerule.jpg);
}
#page #content #left  #midlemidle #rightcontent1 #top{
	width:555px;
	overflow:auto;
}
#page #content #left  #midlemidle #rightcontent1 #midle{
	width:515px;
	padding-left:20px;
	padding-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#6b6b6b;
}
#page #content #left  #midlemidle #rightcontent1 #bottom{
	width:555px;
	overflow:auto;
}
/* content for home page */
/* left content */
#page #content #left  #midlemidle #leftcontenthome{
	width:181px;
	overflow:auto;
	padding-bottom:1px;
	float:left;
}
/* box 1 */
#page #content #left  #midlemidle #leftcontenthome #top1{
	width:181px;
	overflow:auto;
}
#page #content #left  #midlemidle #leftcontenthome #midle1{
	width:169px;
	overflow:auto;
	padding-left:6px;
	padding-right:6px;
	background:url(home/midle1.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#6b6b6b;
}
#page #content #left  #midlemidle #leftcontenthome #bottom1{
	width:181px;
	overflow:auto;
	height:22px;
}
#page #content #left  #midlemidle #leftcontenthome #bottom1 #left1{
	width:17px;
	height:22px;
	float:left;
	background:url(home/left1.jpg);
}
#page #content #left  #midlemidle #leftcontenthome #bottom1 #center1{
	width:148px;
	height:22px;
	float:left;
	background:url(home/center1.jpg);
	text-align:right;
}
#page #content #left  #midlemidle #leftcontenthome #bottom1 #center1 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ff7800;
	text-decoration:none;
}
#page #content #left  #midlemidle #leftcontenthome #bottom1 #center1 a:hover{
	text-decoration:underline;
}
#page #content #left  #midlemidle #leftcontenthome #bottom1 #right1{
	width:16px;
	height:22px;
	float:left;
	background:url(home/right1.jpg);
}
/* box 2 */
#page #content #left  #midlemidle #leftcontenthome #top2{
	width:181px;
	overflow:auto;
}
#page #content #left  #midlemidle #leftcontenthome #midle2{
	width:169px;
	overflow:auto;
	padding-left:6px;
	padding-right:6px;
	background:url(home/midle2.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#6b6b6b;
}
#page #content #left  #midlemidle #leftcontenthome #bottom2{
	width:181px;
	overflow:auto;
	height:26px;
}
#page #content #left  #midlemidle #leftcontenthome #bottom2 #left2{
	width:17px;
	height:26px;
	float:left;
	background:url(home/left2.jpg);
}
#page #content #left  #midlemidle #leftcontenthome #bottom2 #center2{
	width:146px;
	height:26px;
	float:left;
	background:url(home/center2.jpg);
	text-align:right;
}
#page #content #left  #midlemidle #leftcontenthome #bottom2 #center2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ff7800;
	text-decoration:none;
}
#page #content #left  #midlemidle #leftcontenthome #bottom2 #center2 a:hover{
	text-decoration:underline;
}
#page #content #left  #midlemidle #leftcontenthome #bottom2 #right2{
	width:18px;
	height:26px;
	float:left;
	background:url(home/right2.jpg);
}
/* box 3 */
#page #content #left  #midlemidle #leftcontenthome #top3{
	width:181px;
	overflow:auto;
}
#page #content #left  #midlemidle #leftcontenthome #midle3{
	width:169px;
	overflow:auto;
	padding-left:6px;
	padding-right:6px;
	background:url(home/midle2.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#6b6b6b;
}
#page #content #left  #midlemidle #leftcontenthome #bottom3{
	width:181px;
	overflow:auto;
	height:20px;
}
#page #content #left  #midlemidle #leftcontenthome #bottom3 #left3{
	width:16px;
	height:20px;
	float:left;
	background:url(home/left3.jpg);
}
#page #content #left  #midlemidle #leftcontenthome #bottom3 #center3{
	width:150px;
	height:20px;
	float:left;
	background:url(home/center3.jpg);
	text-align:right;
}
#page #content #left  #midlemidle #leftcontenthome #bottom3 #center3 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ff7800;
	text-decoration:none;
}
#page #content #left  #midlemidle #leftcontenthome #bottom3 #center3 a:hover{
	text-decoration:underline;
}
#page #content #left  #midlemidle #leftcontenthome #bottom3 #right3{
	width:15px;
	height:20px;
	float:left;
	background:url(home/right3.jpg);
}
/* end left content */
/* center content */
#page #content #left  #midlemidle #centercontenthome{
	width:378px;
	overflow:auto;
	padding-bottom:1px;
	float:left;
}
/* right content */
#page #content #left  #midlemidle #rightcontenthome{
	width:183px;
	overflow:auto;
	padding-bottom:1px;
	float:right;
}
#page #content #left  #midlemidle #rightcontenthome #imagecontent{
	width:182px;
	overflow:visible;
	padding-right:1px;
	padding-bottom:1px;
}
#page #content #left  #midlemidle #rightcontenthome #textcontent{
	width:150px;
	overflow:auto;
	padding-left:32px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#6b6b6b;
	padding-bottom:5px;
}
/* end home */
/* content for registration and login */
#page #content #left  #midlemidle #leftcontentregistration{
	width:559px;
	overflow:auto;
	padding-bottom:1px;
	float:left;
}
#page #content #left  #midlemidle #leftcontentregistration #top{
	width:559px;
	overflow:auto;
}
#page #content #left  #midlemidle #leftcontentregistration #middle{
	width:529px;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding-left:15px;
	padding-right:15px;
	background:url(gettingstarted/midle.png);
}
#page #content #left  #midlemidle #leftcontentregistration #middle #regmenu {
	width:529px;
	overflow:auto;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #regmenu a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	background:#98877f;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:10px;
	margin-right:35px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #regmenu a:hover{
	background:#b35639;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister{
	float:left;
	overflow:auto;
	margin:0px;
	margin-top:15px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #left1{
	width:200px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #right1{
	width:300px;
	float:left;
	padding-left:25px;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #right1 .fieldregister{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #right1 .bottonregister{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #center1{
	width:500px;
	float:left;
	padding-left:25px;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #center1 .fieldregister{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formregister #center1 .bottonregister{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin{
	margin-top:50px;
	height:175px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #midle1{
	width:500px;
	float:left;
	text-align:right;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#b35639;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #left1{
	width:200px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #right1{
	width:300px;
	float:left;
	padding-left:25px;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #right2{
	width:300px;
	float:left;
	padding-right:25px;
	text-align:right;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #right2 a{
	color:#557300;
	text-decoration:none;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #right2 a:hover{
	text-decoration:underline;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #right1 .fieldlogin{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formlogin #right1 .bottonlogin{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact{
	float:left;
	overflow:auto;
	margin:0px;
	margin-top:15px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #left1{
	width:200px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #right1{
	width:300px;
	float:left;
	padding-left:25px;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #right1 .fieldcontact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #right1 .bottoncontact{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #left2{
	width:175px;
	padding-left:75px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #right2{
	width:250px;
	float:left;
	padding-left:25px;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #center2{
	width:425px;
	padding-left:75px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #left2 .fieldcontact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #right2 .fieldcontact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #middle #formcontact #center2 .fieldcontact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #leftcontentregistration #bottom{
	width:559px;
	overflow:auto;
}
/* standar content */
#page #content #left  #midlemidle #midlecontent{
	width:740px;
	overflow:auto;
	padding-bottom:1px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#6b6b6b;
}
#page #content #left  #midlemidle #midlecontent a{
	color:#6b6b6b;
	text-decoration:none;
}
#page #content #left  #midlemidle #midlecontent a:hover{
	text-decoration:underline;
	
}
#page #content #left  #midlemidle #midlecontent #topcontent{
	width:740px;
	overflow:auto;
}
#page #content #left  #midlemidle #midlecontent #centercontenttext{
	width:700px;
	overflow:auto;
	background:url(standart/centercontent.jpg);
	padding-left:20px;
	padding-right:20px;
}
#page #content #left  #midlemidle #midlecontent #centercontent{
	width:700px;
	overflow:auto;
	background:url(standart/centercontent.jpg);
	padding-left:20px;
	padding-right:20px;
}
#page #content #left  #midlemidle #midlecontent #centercontent a{
	color:#ff7800;
	
}
#page #content #left  #midlemidle #midlecontent #bottomcontent{
	width:740px;
	overflow:auto;
}
/* additional for chose invite */
#page #content #left  #midlemidle #midlecontent #centercontent #box{
	width:150px;
	float:left;
	margin-left:11px;
	margin-right:11px;
	margin-top:10px;
	margin-bottom:10px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #box #topinvite{
	width:150px;	
}
#page #content #left  #midlemidle #midlecontent #centercontent #box #midleinvite{
	width:90px;	
	height:175px;
	padding-left:30px;
	padding-right:30px;
	background:url(gettingstarted/choseinvite/midle.jpg);
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #box #contentinvite{
	width:90px;	
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	font-weight:bold;
}
#page #content #left  #midlemidle #midlecontent #centercontent #box #contentinvite a{
	text-decoration:none;
	color:#ffa047;
}
#page #content #left  #midlemidle #midlecontent #centercontent #box #contentinvite a:hover{
	text-decoration:underline;	
}
#page #content #left  #midlemidle #midlecontent #centercontent #box #bottominvite{
	width:150px;	
}
/* additional send invites page */
#page #content #left  #midlemidle #midlecontent #centercontent #title{
	width:700px;
	overflow:auto;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #title #lefttitle{
	width:550px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#ffa047;
	float:left;
	font-weight:bold;
}
#page #content #left  #midlemidle #midlecontent #centercontent #title #righttitle{
	width:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest{
	width:700px;
	overflow:auto;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest{
	width:700px;
	overflow:auto;
	margin-top:20px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestid{
	padding-top:15px;
	padding-bottom:15px;
	width:20px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestname{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	width:95px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestemail{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	width:100px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestmyemail{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	width:190px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #gueststatus{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	width:50px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestatendees{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	width:90px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestpaid{
	padding-top:15px;
	padding-bottom:15px;
	width:40px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestphone{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	width:100px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestnotes{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	width:45px;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestwishes{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	width:45px;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #titleguest #guestsend{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	width:45px;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest{
	width:700px;
	overflow:auto;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest a{
	text-decoration:none;
	color:#6b6b6b;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest a:hover{
	text-decoration:underline;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestid{
	padding-top:5px;
	padding-bottom:5px;
	width:20px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestname{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestemail{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:100px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestmyemail{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:190px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #gueststatus{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:50px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestatendees{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:90px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestpaid{
	padding-top:5px;
	padding-bottom:5px;
	width:40px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	text-align:center;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestphone{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:100px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	overflow:hidden;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestnotes{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	width:45px;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestwishes{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	width:45px;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayguest #listguest #guestsend{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	width:45px;
	border-right:2px solid #FFF;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #addguest{
	width:700px;
	overflow:auto;
	margin-top:20px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #addguest .guestfield{
	border:1px solid #7f9db9;
	color:#557300;
	margin-right:10px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:3px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #addguest #guestbutton{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
	margin-top:20px;
}
/* end additional send invites */
/* additional my parties page */
#page #content #left  #midlemidle #midlecontent #centercontent #titlemyparties{
	width:700px;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#ffa047;
	float:left;
	font-weight:bold;
}
#page #content #left  #midlemidle #midlecontent #centercontent #textadmin{
	width:700px;
	overflow:auto;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #formtext{
	width:700px;
	overflow:auto;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #formtext .classform{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
	padding:2px;
	border:1px solid #7f9db9;
}
#page #content #left  #midlemidle #midlecontent #centercontent #menumyparties{
	width:700px;
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #menumyparties a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	background:#98877f;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #menumyparties a:hover{
	background:#b35639;
	
}
#page #content #left  #midlemidle #midlecontent #centercontent #menumypartiesleft{
	width:700px;
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #menumypartiesleft a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	background:#98877f;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #menumypartiesleft a:hover{
	background:#b35639;
	
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties{
	width:700px;
	overflow:auto;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties{
	width:700px;
	overflow:auto;
	margin-top:20px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiesid{
	padding-top:15px;
	padding-bottom:15px;
	width:20px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partieschild{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiesdate{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiescharity{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiesarea{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:120px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiesview{
	padding-top:15px;
	padding-bottom:15px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiesedit{
	padding-top:15px;
	padding-bottom:15px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #titleparties #partiesdelete{
	padding-top:15px;
	padding-bottom:15px;
	width:45px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties{
	width:700px;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiesid{
	padding-top:5px;
	padding-bottom:5px;
	width:20px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partieschild{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiesdate{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiescharity{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiesarea{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:120px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiesview{
	padding-top:5px;
	padding-bottom:5px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiesedit{
	padding-top:5px;
	padding-bottom:5px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displayparties #listparties #partiesdelete{
	padding-top:5px;
	padding-bottom:5px;
	width:45px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties{
	width:700px;
	overflow:auto;
	margin-top:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties{
	width:700px;
	overflow:auto;
	margin-top:20px;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiesid{
	padding-top:15px;
	padding-bottom:15px;
	width:20px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partieschild{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiesdate{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiescharity{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiesarea{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:120px;
	text-align:left;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiesview{
	padding-top:15px;
	padding-bottom:15px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiesedit{
	padding-top:15px;
	padding-bottom:15px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #titleparties #partiesdelete{
	padding-top:15px;
	padding-bottom:15px;
	width:45px;
	text-align:center;
	border-right:2px solid #FFF;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties{
	width:700px;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiesid{
	padding-top:5px;
	padding-bottom:5px;
	width:20px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partieschild{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiesdate{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiescharity{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:125px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiesarea{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:120px;
	text-align:left;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiesview{
	padding-top:5px;
	padding-bottom:5px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiesedit{
	padding-top:5px;
	padding-bottom:5px;
	width:40px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
#page #content #left  #midlemidle #midlecontent #centercontent #displaycloseparties #listparties #partiesdelete{
	padding-top:5px;
	padding-bottom:5px;
	width:45px;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
}
/* chose charity page */
#page #content #left  #midlemidle #leftcharity{
	width:186px;
	overflow:auto;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
}
#page #content #left  #midlemidle #leftcharity #top{
	width:186px;
}
#page #content #left  #midlemidle #leftcharity #midle{
	padding:5px;
	width:176px;
	text-align:center;
	background:url(gettingstarted/chosecharity/midleleft.jpg);
}
#page #content #left  #midlemidle #leftcharity #midle1{
	width:186px;
	text-align:left;
	background:url(gettingstarted/chosecharity/midleleft.jpg);
}
#page #content #left  #midlemidle #leftcharity #midle img{
	margin-bottom:10px;
}
#page #content #left  #midlemidle #leftcharity #midle a{
	text-decoration:none;
	color:#ffa047;
}
#page #content #left  #midlemidle #leftcharity #midle a:hover{
	text-decoration:underline;
}
#page #content #left  #midlemidle #leftcharity #bottom{
	width:186px;
	margin-bottom:20px;
}
#page #content #left  #midlemidle #rightcharity{
	width:550px;
	overflow:auto;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#557300;
}
#page #content #left  #midlemidle #rightcharity #top{
	width:550px;
}
#page #content #left  #midlemidle #rightcharity #midle{
	padding-left:25px;
	padding-right:25px;
	width:500px;
	text-align:left;
	background:url(gettingstarted/chosecharity/midleright.jpg);
	color:#557300;
}
#page #content #left  #midlemidle #rightcharity #midle p{
	padding-top:5px;
	margin-top:0px;
}
#page #content #left  #midlemidle #rightcharity #midle #displaycharity{
	margin-top:10px;
	margin-bottom:10px;
	width:488px;
	padding:5px;
	border:1px solid #7f9db9;
	height:200px;
	overflow-y: scroll;
}
#page #content #left  #midlemidle #rightcharity #midle #charityarea{
	float:left;
	overflow:visible;
}
#page #content #left  #midlemidle #rightcharity #midle #charityarea .fieldcharity{
	border:1px solid #7f9db9;
	color:#557300;
	width:247px;
}
#page #content #left  #midlemidle #rightcharity #midle #charitname{
	float:left;
	overflow:visible;
}
#page #content #left  #midlemidle #rightcharity #midle #charitname .fieldcharity{
	border:1px solid #7f9db9;
	color:#557300;
	width:247px;
}
#page #content #left  #midlemidle #rightcharity #midle .fieldcharity{
	border:1px solid #7f9db9;
	color:#557300;
	width:247px;
}
#page #content #left  #midlemidle #rightcharity #midle #bottoncharity{
	width:500px;
	overflow:auto;
	text-align:left;
}
#page #content #left  #midlemidle #rightcharity #midle #bottoncharity #charity_field{
	border:1px solid #7f9db9;
	color:#557300;
	width:300px;
}
#page #content #left  #midlemidle #rightcharity #midle #bottoncharity #mybutton{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
}
#page #content #left  #midlemidle #rightcharity #bottom{
	width:550px;
}
/* additional for postcharity*/
#page #content #left  #midlemidle #rightcharity #midle #topdisplay{
	width:490px;
	padding:5px;
	overflow:auto;
	padding-bottom:10px;
}	
#page #content #left  #midlemidle #rightcharity #midle #topdisplay  .fieldpostcharity{
	border:1px solid #7f9db9;
	color:#557300;
	margin-right:10px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:1px;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #mybutton{
	width:90px;
	background:url(gettingstarted/submit.png) no-repeat;
	height:25px;
	border:0px solid #7f9db9;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #leftpost{
	width:175px;
	text-align:right;
	overflow:auto;
	float:left;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #midlepost{
	width:30px;
	text-align:center;
	overflow:auto;
	float:left;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #rightpost{
	width:285px;
	text-align:left;
	overflow:auto;
	float:left;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #rightpost .fieldpostcharity{
	border:1px solid #7f9db9;
	color:#557300;
	margin-right:10px;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #half{
	width:245px;
	text-align:left;
	overflow:auto;
	float:left;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #half .fieldpostcharity{
	border:1px solid #7f9db9;
	color:#557300;
	margin-right:10px;
	float:left;
}
#page #content #left  #midlemidle #rightcharity #midle #topdisplay #half #fieldbox{
	padding-top:4px;
	padding-bottom:10px;
	float:left;
	width:200px;
}
.fieldbox {
	padding-top:4px;
}
	
/* footer*/
#footer {
	margin:0px auto;
	width:1024px;
	overflow:auto;
	background:url(bgtop.jpg) no-repeat;
	background:url(bgfooter.jpg) bottom no-repeat;
}
#footer #leftbottom{
	margin-left:72px;
	float:left;
	width:72px;
	height:34px;
	background:url(content/leftbottom.png) no-repeat right;
}
#footer #midlebottom{
	float:left;
	width:742px;
	height:34px;
	background:url(content/midlebottom.png) no-repeat;
}
#footer #rightbottom{
	float:left;
	width:75px;
	height:34px;
	background:url(content/rightbottom.png) no-repeat;
}
/* menu bottom */
#footer  #bottommenu {
	width:1024px;
	height:60px;
	overflow:auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#733131;
	margin-bottom:127px;
	float:left;
}
#footer  #bottommenu a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#733131;
	text-decoration:none;
}
#footer  #bottommenu a:hover{
	text-decoration:underline;	
}
#footer  #bottommenu #copyright{
	padding-top:5px;
	width:1024px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#958f8f;
	text-align:center;
}
#topballon{
	margin:0px auto;
	display:none;
	width:120px;
	height:206px;
	overflow:auto;
	position:absolute;
}
#bottomballon{
	margin:0px auto;
	display:none;
	width:162px;
	height:114px;
	overflow:visible;
	position:absolute;
}
