body {background:#fff; color:#333; font: 12px/22px verdana, arial, sans-serif;  margin:0 auto; }

#imagen{margin-top:1.5em; margin-bottom:1.5em; margin-right:0;padding-right:0;}
#container {margin:0 auto; padding-top:20px; width:544px; }
#content div input{
                    width:100px;
		    height: 30px;
                    color: #d7d7d7;
		    border: solid 1px #333;
		    background: #333;
		    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
		    background: -moz-linear-gradient(top,  #666,  #000);
		    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
		    -webkit-border-radius: 2em;
		    -moz-border-radius: 2em;
		    border-radius: 2em;
}
#content div input:hover{
                    width:100px;
		    height: 30px;
                    background: #000;
		    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
		    background: -moz-linear-gradient(top,  #444,  #000);
		    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
		    -webkit-border-radius: 2em;
		    -moz-border-radius: 2em;
		    border-radius: 2em;
}
#footer {clear:left; color:#888; margin:20px 0;}
#footer a:link, #footer a:visited {color:#888; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}


