.blue-btn a {
	display: block;
	    background: #ee7326 url("../images/noisy2.png") repeat scroll 0 0;
	padding: 12px 28px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-radius: 4px;
}
.blue-btn a:hover {
	background: #000;
}

.white-btn a, .subplan1 .btn1 input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ee7326 url("../images/noisy2.png") repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.3);
    border-image: none;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
	display:block;
}
.subplan1 .btn1 input[type="submit"]{
	width: 100%;
	  
    text-shadow: 0 -1px 1px #507e1a;
}
.white-btn a,.subplan1 .btn1 input[type="submit"]:hover {
	/*background: #000;*/

	color: #fff;
	box-shadow:0 2px 5px #333;
}
.black-btn a {
	display: block;
	background: #323f52;
	padding: 12px 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-radius: 4px;
}
.black-btn a:hover {
	background: #0171bc;
}
