/* Este código em CSS foi desenvolvido inteiramente por Ariel Granato, proibido a cópia total ou parcial do mesmo, obrigado. */

* {	margin: 5px 5px 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: url(fundo.png); }

#e {	width: 500px;
	margin: 0 auto;
	text-shadow: 0 1px 0 #fff, 0 -2px 0 #000; }

::-moz-selection { background-color: #c0c0c0;
	color: #fff; }

::selection { background-color: #c0c0c0;
	color: #fff; }

input, img, iframe {
	letter-spacing: 1px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	!important; background: transparent
	!important; -webkit-transition: all 1s linear
	!important; border: 1px solid #C8C6C6
	!important; -webkit-border-radius: 8px
	!important; -moz-border-radius: 8px
	!important; border-radius: 8px
	!important; transition: all 0.3s ease
	!important; -webkit-transition: all 1s ease
	!important; -o-transition: all 1s ease
	!important; -moz-transition: all 1s ease
	!important; opacity:0.5
	!important; padding: 10px !important;}

input:hover, img:hover, iframe:hover { opacity:1
	!important; -webkit-box-shadow: 0 0 50px 0 rgba(168, 168, 168, 0.7)
	!important; -moz-box-shadow: 0 0 50px 0 rgba(168, 168, 168, 0.7)
	!important; box-shadow: 0 0 50px 0 rgba(168, 168, 168, 0.7)
	!important; }

input[type="file"]:valid { opacity:0.3 !important; }

input[type="submit"] { padding: 12px; }
