/* CSS Document */
.cont_top_bg
{
    float: left;
    width: 100%;
    height: 26px;
    background: url(images/cont_bg.jpg);
}
.cont_top_left
{
    background: url(images/left_bg.jpg);
    float: left;
    width: 27px;
    height: 26px;
}
.cont_top_mid
{
    float: left;
    width: auto;
    height: 26px;
}
.cont_top_right
{
    float: right;
    width: 20px;
    height: 26px;
}

.css_Cont_Title
{
    font-size: 13px;
    color: White;
    font-weight: bold;
   float:left;
   margin-top: 5px;
}


/*this is for IE */
input
{
	
	height:auto;
	background:  url(images/bgButton.gif) repeat-x;
	border-width: expression((this.type=="text"||this.type=="button"||this.type=="reset"||this.type=="submit"||this.type=="file")?'1px':'0px'); 	
	background-image : expression((this.type!="submit")?'none':'');	
	width: expression(this.type=="button"||this.type=="submit"||this.type=="reset"||this.type=="file"?'75px':'this.width');
	
	width: auto;	
	color: Black;
}


/*this is for IE */
input
{
	height:auto;
	background:  none;
	border-width: expression((this.type=="text"||this.type=="button"||this.type=="reset"||this.type=="submit"||this.type=="file")?'1px':'0px'); 
	
	background-image : expression((this.type!="submit")?'none':'');	
	width: expression(this.type=="button"||this.type=="submit"||this.type=="reset"||this.type=="file"?'75px':'this.width');
	border: 1px solid #4682b4!important;	
	width: auto;	
	color: Black;
}
input[type="password"] 
{
	clear:both;
	border: 1px solid #4682b4!important;
  
}


/*this is for NN, FF, MOZ/WIN*/
input[type="text"] { 
	border: 1px solid #4682b4;
	background-image:none;
	height:20;
	color:Black;
}
input[type="radio"] { 
	
	background-image:none;
	
}

input[type="button"], input[type="submit"], input[type="reset"] { 
	border: 1px solid #4682b4;
	width: auto;	
	color: #07519a;
	background:  url(images/bgButton.gif) repeat-x;
}
.input[type=submit]{
	border: 1px solid #4682b4;
	width: auto;	
	color: #07519a;
	background:  url(bgButton.gif) repeat-x;
}

.tieudethongbao
{
	font-family: Arial,Tahoma , Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#dd0601;
}

/* this is for all */
.NormalTextBox
{
	border: 1px solid #4682b4;
}

.NormalTextBox1
{
	border: 1px solid #4682b4;
}
.NormalTextBox textarea
{
	border: 1px solid #4682b4;
}
.NormalTextBox radio
{
	border: 0px!important;
}

.NormalTextBox input
{
	border: 1px solid #4682b4;
}

textarea{ 
	border: 1px solid #4682b4;
}
radio
{
	 border:0px;
}


select
{	
	border: 1px solid #4682b4;	
}

.Head
{
    font-size: 12px;
}
