.form_text { width:110; background:#e9f4e3; font-size:10pt; font-family:Arial; color:#707070; font-weight:bold; border:none}
.content_td{ font-family:Arial; font-size:13pt; line-height:27px }
.submit_btn { cursor: hand }

.rounded-img {
	display: inline-block;
	border: solid 1px #d0d0d0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	width:240;
	height:180;
	opacity:0.85;		margin:10px;
}
.rounded-img-on { opacity:1; }

ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	display:inline;
	margin-right:10px;
}
#preview{
	font-family:Arial;
	font-size:11pt;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	width:400;	
}.title1 {	font-size:14pt;	margin-top:25px;	margin-bottom:25px;}