.spacer{clear:both; height:5px;}
.bspacer{clear:both; height:5px; border-top: 1px solid #ff9900;}

/* ----------- member for who's who ----------- */
.member{
	border:solid 1px #ff9900;
	background:#FFEFB9;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:330px;
	float:left;
	margin:5px;
	padding:5px;
	/*line-height:200%;*/
}
.member h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
.member .email{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.member p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.member label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:auto;
}
.member .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}

.member .facepic{
	float:left; 
	margin-right:10px;
	width:100px;
}

/* ----------- file for viewfile's who ----------- */
.file{
	border:solid 1px #b7ddf2;
	background:#ebf4fb;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:90%;
	float:left;
	margin:5px;
	padding:5px;
}
.file h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	float:left;
}
.file .email{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.file p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.file label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:auto;
}
.file .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
.file .timestamp{
	float:right;
}

.file .bspacer{clear:both; height:5px; border-top: 1px solid #b7ddf2;}


/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:auto;
	padding:14px;
	margin-bottom:20px;
}

/* ----------- basic ----------- */
#basic{
	border:solid 2px #DEDEDE;
}
#basic h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#basic p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;
}
#basic label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#basic .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#basic input{
	float:left;
	width:200px;
	margin:2px 0 30px 10px;
}
#basic button{ 
	clear:both;
	margin-left:150px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}


/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized button{ 
	clear:both;
	margin-left:210px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}


/* ----------- loginform ----------- */
#loginform{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding-bottom:10px;
	width:100%;
}
#loginform h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#loginform p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#loginform label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:85px;
	float:left;
	padding-right:10px;
}
#loginform .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:85px;
	padding-right:10px;
	
}
#loginform input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:auto;
	margin:2px 0px 20px 0px;
}


#loginform button{ 
	clear:both;
	margin-left:25%;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
