.g-btn-sm{
	font-size:12px;
	padding:4px 10px;
	vertical-align:middle;
	vertical-align:baseline;
	min-width:80px;
	cursor:pointer;
	background-clip:none;
}
div.g-btn-sm{*display:inline}
.g-btn-prg,.g-btn-prg:link,.g-btn-prg:visited{
	display:inline-block;
	background:#891313;
	background:-moz-linear-gradient(top,#dda4a4 0,#891313 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dda4a4),color-stop(100%,#891313));
	background:-webkit-linear-gradient(top,#dda4a4 0,#891313 100%);
	background:-o-linear-gradient(top,#dda4a4 0,#891313 100%);
	background:-ms-linear-gradient(top,#dda4a4 0,#891313 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dda4a4',endColorstr='#221c99',GradientType=0);	
	background:#891313;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:white;
	border:1px solid #6d1919;
	-webkit-box-shadow:inset 0 1px 1px #dda4a4;
	box-shadow:inset 0 1px 1px #d6a5a5;
	text-shadow:0 -1px 1px #6d1212;
	line-height:1;
	text-align:center
}
.g-btn-prg:hover{
	background:#c66060;
	_background:#a03030;
	background:-moz-linear-gradient(top,#dd9b9b 0,#c66060 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd9b9b),color-stop(100%,#c66060));
	background:-webkit-linear-gradient(top,#dd9b9b 0,#c66060 100%);
	background:-o-linear-gradient(top,#dd9b9b 0,#c66060 100%);
	background:-ms-linear-gradient(top,#dd9b9b 0,#c66060 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd9b9b',endColorstr='#c66060',GradientType=0);
	background:linear-gradient(top,#dd9b9b 0,#c66060 100%);
	border:1px solid #6d1919;
	_border:1px solid #6d1919;
	-webkit-box-shadow:inset 0 1px 1px #b1d0eb;
	box-shadow:inset 0 1px 1px #d6a5a5;
	text-shadow:0 -1px 1px #6d1212;
	text-decoration:none
}
.g-btn-prg:active{
	display:inline-block;
	background:#891313;
	background:-moz-linear-gradient(top,#891313 0,#72a824 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#891313),color-stop(100%,#72a824));
	background:-webkit-linear-gradient(top,#891313 0,#72a824 100%);
	background:-o-linear-gradient(top,#891313 0,#72a824 100%);
	background:-ms-linear-gradient(top,#891313 0,#72a824 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891313',endColorstr='#72a824',GradientType=0);
	background:linear-gradient(top,#891313 0,#72a824 100%);
	border:1px solid #417c0c;
	-webkit-box-shadow:inset 0 0 3px #376e06;
	box-shadow:inset 0 0 3px #376e06;
	text-shadow:0 -1px 1px #56870d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:white;
	font-family:arial;
	font-weight:bold;
	line-height:1;
	text-align:center
}

@media (max-width:480px){
.SearchBox{
	position:relative;
	float:left;
	/*width:165px;
	height:30px;*/
	width:85%;
	height:30px;
	padding:0;
	margin-right:7px;
	display:inline;
	background-color:#fff;
	/*border:1px solid #c2c2c2;*/
	border:2px solid #891313;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.SearchButton{
	float:left;
	/*In second section as 100px*/
	width:25%;
	/*height chaned to 20 from from 30*/
	height:40px;
	padding:1px 0 0 1px;
}
.SearchButton a{
	min-width:30px;
	/*changed from 100 to 140*/
	width:140px;
	/*in second section the same*/
	height:20px;
	/*changed from 16 to 18*/
	font-size:18px;
	line-height:22px;
	/*changed from 9 to 8*/
	padding-top:8px;
}
.searchInput{
	position:relative;
	float:left;
	/*alterned to 320 from 235*/
	width:75%;
	/*changed from 28 to 20*/
	height:20px;
	margin:5px 0 0 0;
	padding:1px 0 1px 5px;
	font-size:18px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	color:#000;
	border:0;
	outline:0;
	vertical-align:top;
	background:none repeat scroll 0 0 transparent;
	z-index:3;}
.searchInputLabel{
	position:absolute;
	float:left;
	/*same as second section*/
	width:330px;
	/*same as second section*/
	height:20px;
	/*added from second section*/
	line-height:20px;
	margin:5px 0 0 0;
	padding:1px 0 1px 5px;
	/*same as second section*/
	font-size:18px;
	color:#CCCCCC;
	/*changed from 4 to 2*/
	top:2px;
	left:0px;
	z-index:1;
}
}

@media (min-width:480px){
.SearchBox{
	position:relative;
	float:left;
	/*width:165px;
	height:30px;*/
	width:330px;
	height:30px;
	padding:0;
	margin-right:7px;
	display:inline;
	background-color:#fff;
	/*border:1px solid #c2c2c2;*/
	border:2px solid #891313;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.SearchButton{
	float:left;
	/*In second section as 100px*/
	width:100px;
	/*height chaned to 20 from from 30*/
	height:40px;
	padding:1px 0 0 1px;
}
.SearchButton a{
	min-width:30px;
	/*changed from 100 to 140*/
	width:140px;
	/*in second section the same*/
	height:20px;
	/*changed from 16 to 18*/
	font-size:18px;
	line-height:22px;
	/*changed from 9 to 8*/
	padding-top:8px;
}
.searchInput{
	position:relative;
	float:left;
	/*alterned to 320 from 235*/
	width:320px;
	/*changed from 28 to 20*/
	height:20px;
	margin:5px 0 0 0;
	padding:1px 0 1px 5px;
	font-size:18px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	color:#000;
	border:0;
	outline:0;
	vertical-align:top;
	background:none repeat scroll 0 0 transparent;
	z-index:3;}
.searchInputLabel{
	position:absolute;
	float:left;
	/*same as second section*/
	width:330px;
	/*same as second section*/
	height:20px;
	/*added from second section*/
	line-height:20px;
	margin:5px 0 0 0;
	padding:1px 0 1px 5px;
	/*same as second section*/
	font-size:18px;
	color:#CCCCCC;
	/*changed from 4 to 2*/
	top:2px;
	left:0px;
	z-index:1;
}
}
.domainSearchAlert{position:absolute;float:left;width:300px;top:45px;left:189px;z-index:2}

