﻿.taxcalbtn {
            background: none repeat scroll 0 0 #003366;
            color: #ffffff;
            display: block;
            margin: 5px;
            width: 200px;
            text-align:center;
            border-radius: 10px;
            padding: 5px;
            cursor: pointer;
        }
		
.form select.notype, .form input[type=text].notype, .form input[type=password].notype, .form input[type=email].notype {
            background:#ccc;
            background-color:#ccc;
        }
        
#totaltaxes {
	font-weight: bold;
}
@media only screen and (max-width : 480px) {
.form div {
	clear:both;
}
}
