﻿
.myButton 
{
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #996600), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #996600 5%, #996600 100%);
	background:-webkit-linear-gradient(top, #996600 5%, #996600 100%);
	background:-o-linear-gradient(top, #996600 5%, #996600 100%);
	background:-ms-linear-gradient(top, #996600 5%, #996600 100%);
	background:linear-gradient(to bottom, #996600 5%, #996600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#996600', endColorstr='#996600',GradientType=0);
	background-color:#996600;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Courier New;
	font-size:17px;
	height:38px;
	width:100px; 
	text-decoration:none;
	text-shadow:-1px 0px 9px #996600;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7F9B4E), color-stop(1, #996600));
	background:-moz-linear-gradient(top, #7F9B4E 5%, #996600 100%);
	background:-webkit-linear-gradient(top, #7F9B4E 5%, #996600 100%);
	background:-o-linear-gradient(top, #7F9B4E 5%, #996600 100%);
	background:-ms-linear-gradient(top, #7F9B4E 5%, #996600 100%);
	background:linear-gradient(to bottom, #7F9B4E 5%, #996600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F9B4E', endColorstr='#996600',GradientType=0);
	background-color:#7F9B4E;  

}
.myButton:active {
	position:relative;
	top:1px;
}




.ddl
{
 font-size: 12pt; 
 font-family: Arial; 
 border-radius:8px;
 height:35px;

}

.labelClass
{
	font-size: 12pt;
	display:block;
	float:left;
	font-family:Cambria;
}

.labelClass2
{
	font-size: 12pt;
	display:block;
	float:left;
	font-family:Cambria;
	color:#0000CC;
}

.labelClass5
{
	font-size: 12pt;
	display:block;
	
	font-family:Cambria;
	color:#0000CC;
}

.labelClassShadow
{
	font-size: 10.5pt;
	display:block;
	float:left;
	color:Black ;
	font-family:Times New Roman ;
 text-shadow:0px 1px 1px  Black;
	
}


.shop-button {
    background: url('img/bg-create-act.jpg') repeat-x scroll left top #FF6800;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #F30;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    font-size: 15px !important;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 5px 0px 4px;
    text-shadow: 1px 1px 1px #333;
    text-align: center;
    font-family:Open Sans, Sans-Serif ;  
}

.shop-button:hover
{
	background:#ff6800; text-decoration:underline;
}




.grdtotal
{
	font-size: 12pt;
	font-family:Cambria;
	
	
}


 .ddlstyle
	 {
	 	border: 1px solid #848484; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px; 
    outline:0; 
    height:28px; 
    width: 220px; 
    padding-left:5px; 
    padding-right:5px; 
	 }


 
.GOButton
		{
	     background: url(img/go.png) no-repeat ;
		 cursor: pointer;
			 border:none ;
			
			 background-size:contain ;  
			  height:45px;
			 width:50px;
			
           }
