.parentAlert{
/*background-color:white;*/
/*border:1px solid red;*/
position:absolute;
}

.topAlert{
height:26px;
cursor: move;  
}

.topLeftAlert{
float:left;
width:1px;
height:26px;
background: url('../images/topL.png') 0px 0px no-repeat;
}

.topCenterAlert{
float:left;	
height:26px;
background: url('../images/topC.png') 0px 0px repeat-x;
}

.topRightAlert{
float:right;
width:1px;
height:26px;
background: url('../images/topR.png') 0px 0px no-repeat;
}

.centerAlert{
position: relative;
left:0px;
text-align: left;
}

.centerLeftAlert{
/*float:left;*/
position : absolute;
width:1px;
background: url('../images/CenterL.png') 0px 0px repeat-y;
left:0px;
}

.centerCenterAlert
{
/*float:left;*/
  position : absolute;	
  background: transparent url('../images/CenterC.png') 0px 0px repeat;
  left:0px;
  text-align: left;
}
.centerRightAlert{
/*float:right;*/
position : absolute;
width:1px;
background: url('../images/CenterR.png') 0px 0px repeat-y;
}

.bottomAlert{}



.bottomCenterAlert{
float:left;	
height:1px;
background: url('../images/bottomC.png') 0px 0px repeat-x;
}

.parentAlertSadow{
position:absolute;
background-color: black;
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}

.closeAlert{
width:25px;
height:15px;
position:absolute;
background: url('../images/close.png') 0px 0px no-repeat;
top:5px;
cursor: pointer;
}

.titleAlert{
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color: #676767;
font-weight:bold;
width:110px;
height:15px;
position:absolute;
top:5px;
left:8px;
z-index: 80;
}

.parentTrescAlert{
position:absolute;
/*border:1px solid red;*/
top:10px;
left:5px;
}

.imageAlert{
position:relative;
float:left;
height:16px;
left:10px;
margin-right:20px;
}

.trescAlert{
position:relative;
float:left;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color:black;
font-weight: bold;
/*color: #676767;*/
/*color: #3C843B;*/
/*color: red;*/
}

.divButton{
position:absolute;
float:left;
width:98%;
height:30px;
z-index:3;
}


.button{
  position:relative;
  width:80px;
  height:21px;
  text-align:center;
  float:left;
  margin-left:10px;
  /*margin-top:5px;*/
  cursor:pointer;
  
 /*border: 1px solid red;*/ 
 }

.textButton, .textButton a{
  height:12px;
  color:#676767;
  font-weight:bold; 
  font-family:Verdana;
  font-size:10px;
  margin-top:3px;
  cursor:pointer;
  text-decoration: none;
}

.button_left{
float:left;
width:5px;
height:21px;
background: url('../images/button_left.gif') no-repeat;
}

.button_middle{
float:left;
width:70px;
height:21px;
background: url('../images/button_middle.gif') repeat-x;
}

.button_right{
float:left;
width:5px;
height:21px;
background: url('../images/button_right.gif') no-repeat;
}



