.modal { 
    background-color:#f2f2f2; 
    display:none; 
    width:600px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    /*
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
    */
} 
 
.modal h2 { 
    background:url(/img/global/info.png) 0 50% no-repeat; 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}


.modalInput{
    margin:0;
    border:0;
    cursor:pointer;
    background:transparent;
    text-align:left;
    display:block;
	float:right;
	color:#666;
	text-transform:none;
	width:120px;
	height:18px;
	font-size:10px;
	padding:0 15px 0 0;
	background:url(../gfx/add_carr.jpg) no-repeat right 3px;
}
