#dosageQueryForm{
	background:#fff url(../images/dosageBg.jpg) no-repeat top center;
	height:420px;
	width:656px;	
	position:relative;
}
#dosageQueryForm form{
	width:538px;
	margin:0 auto;
}
#productResult{
	height:180px;
	padding-top:110px;
	width:460px;
	margin:0 auto;	
}
#dosageQueryForm .col1{	
	float:right;
}
#dosageTable{
	width:460px;
	margin:0 auto;
}
#dosageTable td{
	width:210px;
}
#dosageTable label{
	font-weight:bold;
	margin-bottom:2px;
	color:#05377B;
}
#dosageTable .btn-submit{
	margin:4px 0;
}
.right{
	padding-left:20px;
}
.result .image{
	float:right;
}

#dosageTable .txt-input{
	background: transparent url(../images/bg-txt-input-cm.gif) no-repeat top right;
	width:60px;
}
#dosageTable .error{
	border:1px solid Red;
	height:20px;
}
