
input[type=submit]::-moz-focus-inner {border:0;padding:0;margin:0;}

input[type=submit]{
	display : inline-block;
	background : none;
	-moz-box-shadow: 1px 1px 0 #ededed;
	-webkit-box-shadow: 1px 1px 0 #ededed;
	box-shadow: 1px 1px 0 #ededed;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ededed')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ededed');
	border : 1px solid #d2d2d2;
	outline : none;
	padding : 0;
	margin : 0 0 1px 1px;
    overflow : visible;
	cursor : pointer;
	width : auto;
	height : 27px;
}

input[type=submit]:first-child{
	margin-left: 0;
    margin-right: 0;
    margin-bottom: 1px;
}

input[type=submit]:hover{
	opacity : 0.7;
	filter : alpha(opacity=70);
}

input[type=submit] {
	/*display : block;
	background : url(../gfx/forms-btn.gif) repeat-x left top #FFFFFF;*/
	padding : 0 15px;
	font-weight : bold;
	letter-spacing : 0.08em;
	color : #7d7c7c;
	text-transform : uppercase;
	height : 25px;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: 25px;
    font-family: Arial;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

input[type=submit].red {
	border : 1px solid #FD9A00;
}

input[type=submit].red  {
	background : url(../gfx/forms-btn.gif) repeat-x left -26px #FFFFFF;
	color : #FFFFFF;
    border-radius :5px;
      font-family:Verdana;
}

input[type=submit].green {
	border : 1px solid #4b9700;
}

input[type=submit].green {
	background : url(../gfx/forms-btn.gif) repeat-x left -50px #FFFFFF;
	color : #FFFFFF;
}

input[type=submit].blue {
	border : 1px solid #6b8fb2;
}

input[type=submit].blue {
	/*background : url(../gfx/forms-btn.gif) repeat-x left -75px #FFFFFF;*/
    background-color:#88ACCA;
	color : #FFFFFF;
    border-radius :5px;
    font-family:Verdana;
}

input[type=submit].orange {
	border : 1px solid #e96e00;
}

input[type=submit].orange {
	background : url(../gfx/forms-btn.gif) repeat-x left -100px #FFFFFF;
	color : #FFFFFF;
}



input[type=submit].pink {
	border : 1px solid #FF6699;
}

input[type=submit].pink {
	/*background : url(../gfx/forms-btn.gif) repeat-x left -100px #FFFFFF;*/
	background-color: #996699;
	color : #FFFFFF;
}