/*-----------Grey Button---------*/
#shopBtnMid a
{
     font-weight:bold;
     text-align: center;
     text-decoration: none;
    
}
#shopBtnMid a:hover
{
     font-weight: bolder;
     text-align: center;
     text-decoration: none;   
    
}
.fancyNoMove
{
    display: none;
    position: relative;
    
}
.fancyMove
{
    width:25px;
    height:40px;
    top:1px;
    display: block;
    position: relative;
    margin-right: 1px; 
    
}

.textField {
	
	margin: 2px;
	padding: 2px;
	width: 95%;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #6C6C6C;
	margin: 0;
	padding: 5px 8px 5px 6px;
	vertical-align: top;



}

/*-----------Grey Button---------*/ 