@charset "utf-8";
/* CSS Document */

div.barkod{
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
margin: 0px;
padding: 0px;
width:202px;
height:250px;
font-family:Arial, Helvetica, sans-serif;
background-image: url('../images/barkodbg.jpg');
background-repeat:no-repeat;
background-position: top center;
}
div.barkodtop{
margin: 0px;
padding: 0px;
width:202px;
height:76px;
background-image: url('../images/barkodtop.jpg');
background-repeat:no-repeat;
background-position: top center;
}
div.barkodsorgulama{
text-align:center;
}
div.barkodaciklama1{
font-size:12px;
color:#ff0000;
text-align:center;
font-weight:bold;
}
div.barkodtitle{
padding-top:5px;
padding-bottom:5px;
font-size:15px;
font-weight:bold;
color:#f58220;
text-align:center;
}
div.barkodaciklama2{
font-size:11px;
color:#666666;
padding:3px;
text-align:justify;
height:60px;
}
.barkodinput{
font-size:12px;
color:#000000;

background-color:#FFFFFF;
border:solid 1px #b0b0b0;

}
.barkodsubmit{
	font-size:12px;
	color:#FFFFFF;
	background-color:#f7941e;
	border: thin solid #b0b0b0;
}
.barkodlabel{
	font-size:12px;
	color:#000000;
}