

/* CSS Document */
body{margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif}

/*-----------------ID-----------------------------------------*/
#content{margin:10px 10px;}
#blank_width{width:100px; float:left; text-align:left;}
#blank_width_20{width:20px; float:left; text-align:left;}

#grey_bar{background:#DADADA; height:22px; padding:0px 10px;}

#col_1{ width:90px; float:left; text-align:right; line-height:22px; margin-bottom:5px;}
#col_2{ width:172px; float:left; text-align:left;  margin-bottom:5px;}
#col_3{ width:600px; float:left; text-align:left;  margin-bottom:5px;}

#col_4{ width:60px; float:right; text-align:right;  margin-bottom:5px;}
#col_5{ width:272px; float:left; text-align:left;  margin-bottom:5px;}
#back{width:60px; float:right; text-align:right;  margin-bottom:5px;}
#delete{width:75px; float:right; text-align:right;  margin-bottom:5px;}
#save{ width:60px; float:right; text-align:right;  margin-bottom:5px;}
#new{ width:60px; float:right; text-align:right;  margin-bottom:5px;}
#generate_barcode{ width:130px; float:right; text-align:right;  margin-bottom:5px;}
#Div1{ width:90px; float:left; text-align:right; line-height:22px; margin-bottom:5px;}
#butt_container{ width:625px;}

#popup_container{ width:417px; margin:0px auto;}
#popup_top{background:url(../Image/popup_top.gif) no-repeat; width:417px; height:39px;}
#popup_middle{background:url(../Image/popup_midle.gif) repeat-y;}
#popup_bottom{background:url(../Image/popup_bottom.gif) no-repeat;width:417px; height:39px;}
#login{width:270px; margin:auto;}

/*----------------END-ID-----------------------------------------*/


/*-----------------structure Classes-----------------------------------------*/
.pad_10{ padding:0px 10px; }
.ver_space_10{margin-top:10px;}
.ver_space_30_b{margin-bottom:30px;}

.blank_h{ height:1px;}
.a_c{ text-align:center;}
.a_l{ text-align:left;}
.a_r{ text-align:right;}



/*--------------end---structure Classes-----------------------------------------*/



/*-----------------TEXT CLASSES-----------------------------------------*/
.white_greybar{ color:#FFFFFF; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; line-height:20px; }
.general_text{font-size:11px; color:#666666;}

/*----------------END TEXT CLASSES-----------------------------------------*/


/*-----------------FORM ELEMENT-----------------------------------------*/
.text_box{ background:#F9F9F9; width:170px; border:solid 1px #C2D5EF;}
.text_box2{ background:#DEECFD; width:170px; border:solid 1px #C2D5EF;}
.text_area{ background:#F9F9F9; width:535px; border:solid 1px #C2D5EF; height:40px;}
.list_box{ background:#F9F9F9; width:260px; border:solid 1px #C2D5EF;}

/*-------------END----FORM ELEMENT-----------------------------------------*/
INPUT.MyButton
{
	line-height:25px;
	background:url(../image/button_bg.png) no-repeat;
	height:25px;
	padding:0px 5px;
	border:0px ;
	width:80px;
	cursor:pointer;
 }

