width: 600px;
min-height: 500px;
border: 1px solid;
margin-top: 8px; /*marginesy*/
margin-bottom: 8px;
margin-left: 7px;
margin-right: 7px;
float: left;
text-align: justify;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(/radius/PIE.php);
/*background-color:rgb(255,255,255);
background-color:rgba(255,255,255,0.2);
-pie-background: rgba(255,255,255,0.2);*/
background: transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(169, 191, 255, 0.8)));
/*background: -webkit-linear-gradient(#FFFFFF, #a9bfff);*/
background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(169, 191, 255, 0.8));
background: -ms-linear-gradient(rgba(255, 255, 255, 0.8), rgba(169, 191, 255, 0.8));
background: -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(169, 191, 255, 0.8));
background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(169, 191, 255, 0.8));
/*-pie-background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(169, 191, 255, 0.8));*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCA9BFFF,endColorstr=#CCFFFFFF)";