body{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../i/mini-bg.jpg);
	background-repeat: no-repeat;
}

input{
	font: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px
}

select{
	font: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 150px;
	color: White;
	background-color: #696969;
}

textarea{
	font: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px
}

h2{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 0px
}

h3{
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 13px;
	color: #696969;
}

form, script{
	margin-bottom: 0px;
	margin-top: 0px
}

/***** MINI SEARCH STYLE *****/
#text{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: White;
	margin-top: 5px;
	margin-bottom: 10px;
}

#text strong{
	font-size: 12px;
	color: Yellow;
	}

#subText{
	margin-top: 5px;
}
#miniContainer{
	width: 200px;
	text-align: left;
	height: 201px;
}

#miniTbl{
	margin-left: 5px;
}

.miniLbl{
	font-size: 12px;
	padding-bottom: 3px;
	color: White;
}

.miniVal{
	font-size: 12px;
	padding-bottom: 3px
}

.miniBtn{
	border: 1px solid #000000;
	font-size: 12px;
	background-color: #F5F5F5;
	cursor: hand
}


