/* CSS Document */

body,td,th, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6D7E93;
}

.obj_frm{
	height:15px;
}

body {
	background-color: #F5F6F6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input{
	height:15px;
	border-width:0px;
	background-color:#FFFFFF;
}

select{
	height:15px;
	border-width:0px;
	background-color:#FFFFFF;
}

.imbThumb {
	margin: 10px;
	margin-top:7px;
	margin-bottom:0px;
	border-style: solid;
	border-width: 3px;
	border-color: #E3E8EC;
	float: left;
	overflow: hidden;
	cursor:pointer;
}

.imbThumb:hover {
	border-color: #D2D9DF;
}