body {font-family:Trebuchet MS, Arial;margin:0px;}
#pagina {border:0;padding-top:15px;}
#header {text-align:center;margin:5px;}
#dedicatii {margin-left:auto;margin-right:auto;width:500px;}
#dedicatii input {width:300px;background:#D8D8D8 ;border:3px solid #BBBBBB;font-family:Trebuchet MS, Arial;font-weight:bold;height:30px;border-radius: 10px;}
#dedicatii textarea {width:300px;background:#D8D8D8 ;border:3px solid #BBBBBB;font-family:Trebuchet MS, Arial;font-weight:bold;height:100px;border-radius: 10px;}
.imgalign { vertical-align:center}
#dedicatii input:hover , #dedicatii textarea:hover{  
      transition: width 2s, height 2s, transform 2s;
      -moz-transition: width 2s, height 2s, -moz-transform 2s;
      -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
      -o-transition: width 2s, height 2s,-o-transform 2s;
      background:#70CCFF;
	  border: 3px solid #BBBBBB;
	 }
	 
#dedicatii input:active { background:#a2daed}
#dedicatii .err { color:#cf152b;text-align:center;}

#dedicatii .ok {
    background-image: url("../dedicatii/imagini/trimis.png");
    color: #5E7707;
    font-weight: bold;
    height: 70px;
    text-align: center;
	font-size: 0;
}

#dedicatii a { text-decoration:none;color:#000;font-size:12px;margin-left:200px; }
#dedicatii a:hover { color:#d62a77 }