/*@charset "utf-8";*/
/* CSS Document */
.textbox
{
	border : solid 1px #31417D;
	FONT-SIZE: 12px;
	width: 320px;
	height:20px;
	COLOR: #333333;
	margin-left:5px;
	margin-top:3px;
	FONT-FAMILY: Tahoma, Arial, Helvetica, Verdana;
}
.button
{
	border : solid 1px #4070B2;
	background-color:#4070B2;
	FONT-SIZE: 12px;
	width: 100px;
	height:25px;
	COLOR: #fff;
	FONT-FAMILY: Tahoma, Arial, Helvetica, Verdana;
	font-weight: bold;
	line-height: normal;
}
.anchor
{
	FONT-SIZE: 12px;
	COLOR: #31417D;
	FONT-FAMILY: Tahoma, Arial, Helvetica, Verdana;
	font-weight: bold;
	line-height: normal;
}
#search_box {
    width: 170px;
    height: 18px;
	float:right;
	border: 0px solid #fff;
	background-color:#0062aa;
}
.txtQueryText {
    float: left;
    padding: 1px 0 0 4px;
    margin: 0 0 0 2px;
    border: 0px solid #eee;
    width: 140px;
    height:17px;
    background: #fff;
    font-size: 12px;
    font-weight:bold;
    color: #0f2d5d;
}
.imgSearch {
    float: right;
    margin: 5px 5px 0 0;
}
.feedbacktext
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
margin:112px 0 0 20px;
}



/* Bloggers Display*/
.prod_box{
width:120px;
height:auto;
float:left;
padding:8px 8px 8px 8px;
font-size: 12px;
}
.center_prod_box{
width:120px;height: auto;float:left; text-align:center;padding:0px; margin:0px; border:1px #eee solid;
}
.prod_box .tdesc{
display:block;
padding: 0 4px 4px 4px;
line-height:13px;
text-align:center;
text-decoration:none;
color:#464b51;
}