﻿/*
Author: My Net Services
Author URI: http://www.mynetservices.com.au/

*/

@import url("css/foundation.min.css");
@import url("css/normalize.css");
@import url("css/style.css");
@import url("css/amends.css");



.buttonClassDetal{
	border-radius: 5px;
	border-style: solid;
	border-width: thin;
	border-color: inherit;
	position: relative;
	left: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	line-height: 2.15em;
	height: 2.375em;
	padding: 0 1em;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,rgba(0,0,0) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(233,92,51,1)),color-stop(100%,rgba(229,59,44,1)));
	background: -webkit-linear-gradient(top,rgba(233,92,51,1) 0%,rgba(229,59,44,1) 100%);
	background: -o-linear-gradient(top,rgba(233,92,51,1) 0%,rgba(229,59,44,1) 100%);
	background: -ms-linear-gradient(top,rgba(233,92,51,1) 0%,rgba(229,59,44,1) 100%);
	background: linear-gradient(top,rgba(233,92,51,1) 0%,rgba(229,59,44,1) 100%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	cursor: pointer;
	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */;
	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */;
	box-shadow: 3px 3px 4px #999;
/* Opera and other CSS3 supporting browsers */-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */ :progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#999999');/* IE 5.5 - 7 */;
	background-color: #0099CC;
}
