#content {
	height:400px;
	overflow:hidden;
}
p {
	text-indent: 0px;
}
#myPicture {
	float:right;
}
label, .label, .data {
	/*border: thin dotted red;*/
	padding:0px 5px;
}
label, .label, #view a.label {
	width:45px;
	float:left;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
.data {
	display:block;
	width:165px;
	margin-left:56px;
}
input.data, textarea {
	/*font:12px/14px Optima, 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica sans-serif;*/
	font:small-caption;
	font-weight:normal;
	background-color:transparent;
	/*border:1px inset #eeeeee;*/
	border:1px solid #dddddd;
	border-top-color: #919191;
	border-bottom-color: #f6f6f6;
}
input.data:focus, textarea:focus {
	border:1px solid #B5D5FF;
}
/*.data input:focus {
	border:1px outset #B5D5FF;
}*/
form .data {
	padding:0px;
	width:255px;
}
form div.data {
	text-align:right;
}
.data input {
	width:60px;
	/*height:18px;*/
	margin:5px -5px 0px 15px;
}
form {
	margin-top:10px;
}
fieldset {
	margin:0px;
	/*border:1px outset #cccccc;*/
	border:1px solid #dddddd;
	border-top-color: #f6f6f6;
	border-bottom-color: #919191;
	background:url(../images/bg/contact_pane.png) repeat-x #dadada;
}
legend {
	/*background-color:#999999;*/
	background:url(../images/bg/label.png) repeat-x #999999;
	color:white;
	font-weight:bold;
	padding:0px 10px;
}
.label[onclick]:hover, #view a.label:hover {
	color:white;
	/*background-color:#999999;*/
	background:url(../images/bg/label.png) repeat-x #8C8C8C;
}
.label:hover, legend:hover {
	cursor:default;
}
#view a.label:hover {
	cursor:pointer;
}
.label[onclick]:hover + .data, #view a.label:hover + .data {
	/*background-color:#e4e4e4;*/
	background:url(../images/bg/data.png) repeat-x #E6E6E6;
}
#LargeType {
	position:absolute;
	z-index:50;
	left:50%;
	top:50%;
	padding:0.5ex;
	/*border:0.1ex solid #eeeeee;*/
	color:white;
	background-color:#333333;
	opacity:0.9;
	visibility:hidden;
}
