body {
	color: #666;
	font-family: "Lucida Grande", Verdana, Arial ;
	font-size: 12px;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#ECEBE9;
	
	
}

#wrapper {
	width:902px;
	margin:auto;
	outline-width:thin  ;  
	outline-style:none ;
	outline-color:invert ;  
}

a {
	color: #666;
	border:0;
}

img {
	border:0;	
}


h2 {
	font-size:16px;
	color:#69a045;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:2px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:2px;
}
.small_txt {
	font-size:9px;	
}

.green {
	color:	#29A52B;
}

.box {
	background-color:#ccc;
	margin-bottom:20px;
}

/* half height panel */
#main_panel {
	background-color:#fff;
	padding:8px;
	min-height:318px;
	min-width:618px;
}
/* full height panel */
#main_panel.full {
	min-height:610px;
}

/* footer */
#footer {
	padding:10px 0;	
}

#footer_panel {
	background-color:#fff;
	padding:8px;
	margin:12px 0;
}

/* signup page */

#signupbg {
	background-image:url(../images/signup/signup_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 5px;
	width:682px;
	height:634px;
	overflow:hidden;
}

/* options table & cols */
#signup-options {
}

#signup-options td {
	height:57px;
	min-height:57px;
	max-height:57px;
}

#signup-options td.packtitles {
	text-align:right;
	color:#666;
	background:#f3f3f3;
	padding:5px;
	width:80px !important;
}

td.bizpack {
	color:#fff;
	background:	#29A52B;
	text-align:center;
}

td.homepack {
	color:#fff;
	background: #1f3783;
	text-align:center;
}

td.freepack {
	color:#fff;
	background: #666666;	
	text-align:center;
}

#signup-options td.signupformtd {
	color:#666;
	background:#f3f3f3;
	width:100%;
}

.overflow {
	background:none;	
}

.signupbtnrow {
	cursor:pointer;	
}

/* signup form */

#signupform #button_close  {
	float:right;
	padding:3px;
	cursor:pointer;
}

#signupform #button_cancel  {
	cursor:pointer;
}

#signupformtbl {
	width:100%;
	min-width:100%;
	border:0;
	background:#f3f3f3;
	height:314px;
}

#signupformtbl td {
	height:16px;
	min-height:16px;
	max-height:16px;
	padding: 4px 0;
}

#signupformtbl td img {
	display:inline;
}

#signupformtbl td.labels {
	width:180px;
	min-width:160px;
	text-align:right;
	padding-right:15px;
}

#signupformtbl td.items {
	width:250px;
	min-width:250px;
	text-align:left;
}

#signupformtbl td.subtext {
	font-size:9px;	
}

/* login */

#logindiv {
	margin:8px;
	padding:40px 8px;
	background-color:#ecebea;
}