#formout {
	position:relative;
	left:10px;
	top:10px;
}

#bslayout {
	diplay: block;
	width:900px;
}

#bslayout ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	padding-top: 0px;
	}

#bslayout ul li:hover {
	background:#77de7c;
	}

#bslayout table:hover {
	background:#77de7c;
	}

#bslayout li {
	float: left;
	border: 1px solid #cacaca;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	width:42px;
}

input
   {
width:375px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  }	

select
   {
width:375px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  }	

textarea {
width:375px;
height:100px;
display:block;
border: 1px solid #999;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea.Bio {
display:block;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}

.smbox {
	width:22px;
}

.sec_title {
font-family: arial,Tahoma, Geneva, sans-serif;
font-size: 24px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #008202;
}


a:hover  {
 cursor:pointer;
}

.disp_box_all   {
diplay:block;
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
position:relative;
width:900px;
height:100%;
left: 10px;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.disp_box   {
diplay:block;
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
position:relative;
width:900px;
height:100%;
left: 10px;
font-family: arial,Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #008202;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.button {
width:100px;
position:absolute;
right:20px;
bottom:5px;
background:#008202;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
padding:5px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}
input.button:hover {
background:#fff;
color:#008202;
}

#toggleButton {
	background:none;
	border:none;
	bottom:auto;
	clear:none;
	cursor:pointer;
	/* didn't really know what the default for display should be*/
	/*display:inline;*/
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	font-weight:normal;
	height:auto;
	left:auto;
	letter-spacing:normal;
	line-height:normal;
	max-height:none;
	max-width:none;
	min-height:0;
	min-width:0;
	overflow:visible;
	position:static;
	right:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	top:auto;
	visibility:visible;
	white-space:normal;
	width:auto;
	z-index:auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}
