html,body{
	background: rgba(41,183,219,1);
	font-size:12px;
	font-family: Verdana, Times New Roman, sans-serif;
	color: #000;
}

a{
	color: #000;
    text-decoration: underline;
    font-weight: bold;
}

a:hover{
	color: #000;
}
a button, button{
	background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 20%, rgba(41,183,219,1) 50%, rgba(30,87,153,1) 80%) !important;
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 20%,rgba(41,183,219,1) 50%,rgba(30,87,153,1) 80%) !important;
    background: linear-gradient(to bottom, rgba(30,87,153,1) 20%,rgba(41,183,219,1) 50%,rgba(30,87,153,1) 80%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );
    color: #fff !important;
	border:none;
	padding: 5px 10px;
	margin-top: 5px;
}
input,select,textarea{
	color: #000;
}
.content{
	text-align: center;
}

.error{
	color: #d00;
}

.success{
	color: #0668bd;
}

.info{
	color: #0026cb;
}

ul{
	padding: 0;
	margin:0;
}

.general-ul li{
	margin: 8px 0;
}
.menuhome li,.menulocation li{
	display: block;
}
.menuhome li a{
	background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 20%, rgba(41,183,219,1) 50%, rgba(30,87,153,1) 80%) !important;
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 20%,rgba(41,183,219,1) 50%,rgba(30,87,153,1) 80%) !important;
    background: linear-gradient(to bottom, rgba(30,87,153,1) 20%,rgba(41,183,219,1) 50%,rgba(30,87,153,1) 80%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );
	display:block;
	color: #fff;
	border: 1px solid #000;
	padding: 5px;
}
.menuhome li a:hover{
	background: linear-gradient(to bottom, rgba(41,183,219,1)  20%,rgba(30,87,153,1)  50%,rgba(41,183,219,1) 80%) !important;
	text-decoration: none;
}
.menulocation li{
	background: #000;
}
.menulocation li a{
	display:block;
    color: #FFF;
    border: 1px solid #FFF;
	padding: 5px;
}
.menulocation li a:hover{
	background: #d17d09;	
	text-decoration: none;
}
.purchaser{
	width: 100%;
	height: 200px;
}
.general-table td,.general-table th{
	padding: 5px;
}
label.errorz,label.error{
	display:block;
	color: red;
}
.info table{
	width: 100%;
	margin-bottom: 10px;
}
.info table td,.info table th{
	padding: 1px 5px;
	border: 1px solid #000;
	border-collapse: collapse;
}
.btncover a{
	text-decoration:none;
}

.loading-background{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,1);
  z-index: 1006;
  /* display: none; */
}

.waphead{
	background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 20%, rgba(41,183,219,1) 50%, rgba(30,87,153,1) 80%) !important;
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 20%,rgba(41,183,219,1) 50%,rgba(30,87,153,1) 80%) !important;
    background: linear-gradient(to bottom, rgba(30,87,153,1) 20%,rgba(41,183,219,1) 50%,rgba(30,87,153,1) 80%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 );
    color: #fff !important;
}

#conveythis-wrapper{
	top:10px !important;
	right: 5px !important;
	left: auto !important;
	z-index: 1005 !important;
	bottom: auto !important;
  }