  /* SST-1340 Change for all the buttons - START*/
input[type=submit] {
    background: #0063DC;
	color: #FFF;
	border-radius: 5px;
	border:none;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 #666;
	margin-right: 30px;
	min-width: 140px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

input[name=cancel] {
    background: #0063DC;
	color: #FFF;
	border-radius: 5px;
	border:none;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 #666;
	margin-right: 30px;
	min-width: 140px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

/* SST-1340 Change for all the buttons - END*/
