@charset "utf-8";
/* CSS Document */


div#biographyImageBox{
	position:absolute;
	width:278px;
	height:310px;
	left:49px;
	top:41px;
	text-align:center;
}

div#signatureBox{
	position:absolute;
	top:370px;
	left:49px;
	width:155px;
}

div#biographyTextBox{
	position:absolute;
	width:484px;
	height:310px;
	left:348px;
	top:41px;
	
	font-size:12px;
	padding-top:0px;
	margin-top:0px;
	
	padding-left:28px;
	padding-right:50px;
		
	border-left:#B4B4B4 1px solid;
	
	overflow:auto;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #F2F2F2;
	scrollbar-darkshadow-color: #DFEB5D;
	scrollbar-face-color: #DFEB5D;
	scrollbar-highlight-color: #F2F2F2;
	scrollbar-shadow-color: #F2F2F2;
	scrollbar-track-color: #F2F2F2;



	
	
}

div#biographyTextBox > p{
	margin-top:0px;
	margin-bottom:19px;

}


div#biographyButtons{
	position:absolute;
	width:170px;
	top:415px;
	left:763px;
	background-color:#00CC66;
}

input#uploadImage{
	width:70px;
	margin-left:170px;
}

input.Button{
	width:72px;
	margin-left:5px;
}
