
.myButton {
	-moz-box-shadow: 0px 0px 17px 6px #bee2f9;
	-webkit-box-shadow: 0px 0px 17px 6px #bee2f9;
	box-shadow: 0px 0px 17px 6px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:2px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:16px;
	padding:5px 22px;
	text-decoration:none;
	text-shadow:-1px 0px 7px #7cacde;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
.myButton:active {
	position:relative;
	top:1px;
}

.abc
	{
		font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 250px;
    background-color: #EDF2F7;
		
	}
	
	.abc1
	{
		font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 2px;
    border: solid 1px #85b1de;    
    background-color: #EDF2F7;
		
	}

.btn {
  background:#0A5066;
  width:100%;
 
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background:#057654;
  
  text-decoration: none;
}





.abcq {
    
    padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
	
	
	
}

.abcqq {
    background-color: lightblue;
    padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
	font-weight:600;
	
	
}

.abczzzz {
    
    padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
	font-weight:600;
	
	
}


.abcqq:hover {
    background-color: maroon;
	color:white;
	 padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}


.abcq:focus {
    background-color: lightblue;
	 padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}


.abcq:hover {
    background-color: lightblue;
	 padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}


.abcq_menu {
    
   background:    #ff4d4d;
background:    -webkit-linear-gradient(#ff4d4d, #bf9000);
background:    linear-gradient(#4c1130, #ff4d4d);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 16px/1 "Overlock", cursive;
text-align:    center;
text-shadow:   1px 1px #000000;
width:100%;
	
	
}

.abcq_menu:hover {
    background:    #4c1130;
background:    -webkit-linear-gradient(#800040, #bf9000);
background:    linear-gradient(#4c1130, #800040);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 16px/1 "Overlock", cursive;
text-align:    center;
text-shadow:   1px 1px #000000;
width:100%;
}




.abcq_menu1q{
    
  background:    #ff4d4d;
background:    -webkit-linear-gradient(#274e13, #073763);
background:    linear-gradient(#274e13, #073763);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 14px/1 "Overlock", cursive;
text-align:    center;
text-shadow:   1px 1px #000000;
width:100%;
	
	
}

.abcq_menu1q:hover {
   background:    #274e13;
background:    -webkit-linear-gradient(#274e13, #073763);
background:    linear-gradient(#274e13, #073763);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 14px/1 "Overlock", cursive;
text-align:    center;
text-shadow:   1px 1px #000000;
width:100%;
}

