#button {
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	border: thin solid #333;
	font-size: 11px;
	color: #333;
	background-color: #CCC;
	cursor: default;
}
#mainContainerInsideBox {
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	padding-bottom: 20px;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}
#mainContainerPhotoBox {
	margin-bottom: 15px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#text {
	padding: 30px;
	background-image: url(../images/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#photo {
	margin-right: 10px;
	float: left;
}
#editor {
	margin-right: auto;
	margin-left: auto;
	color: #333;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#tabless {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#table_border {
	border: 1px solid #999;
}

