/* CSS for Forms */ input[type=password], input[type=text] { min-width:200px; min-height: 20px; background-color: #EBEBEB; color:black; border:1px solid #ccc; border-radius: 3px; font-size: 20px; font-family: arial, sans-serif; align: right; padding:5px; } input[type=password]:focus, input[type=password]:hover:focus, input[type=text]:focus, input[type=text]:hover:focus { min-width:200px; min-height: 20px; background-color: #E8E8E8; color:black; border-radius: 3px; font-size: 20px; font-family: arial, sans-serif; align: right; padding:5px; outline:none; border:1px solid #33B1FF; box-shadow:0px 0px 5px #5ABDFA;/*#2D9DE3; CSS3 shadow: 30px blurred shadow all around form*/ -webkit-box-shadow:0px 0px 5px #5ABDFA;/*#2D9DE3; Safari shadow version*/ -moz-box-shadow:0px 0px 5px #5ABDFA;/*#2D9DE3; Mozilla shadow version*/ } input[type=password]:hover, input[type=text]:hover { min-width:200px; min-height: 20px; background-color: #E8E8E8; color:black; border-radius: 3px; font-size: 20px; font-family: arial, sans-serif; align: right; padding:5px; outline:none; border:1px solid #7A7A7A; } input[type=submit] { background-color: #EDEDED; color: black; font-weight: bold; font-size: 15px; font-face: arial; border:0px solid black; height: 26px; width:100px; border-radius: 5px; border: 1px solid black; } input[type=submit]:hover { background-color:#10929B; color:black; font-weight: bold; font-size: 15px; font-face: arial; border:0; height: 26px; width:100px; border-radius: 5px; box-shadow:0px 0px 10px black;/*CSS3 shadow: 30px blurred shadow all around form*/ -webkit-box-shadow:0px 0px 10px black;/*Safari shadow version*/ -moz-box-shadow:0px 0px 10px black;/* Mozilla shadow version*/ } #header { background-image:url(http://my.nathansmusicstudio.cz.cc/resources/accounts/backgrounds/login_header.png); posiiton:fixed; top:7%; left:3%; border:0px; padding:0px backgound-color:white; }