

.new_button_blue {
  font-family: "trebuchet MS", sans-serif;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #230c6e);
  background-image: -moz-linear-gradient(top, #3498db, #230c6e);
  background-image: -ms-linear-gradient(top, #3498db, #230c6e);
  background-image: -o-linear-gradient(top, #3498db, #230c6e);
  background-image: linear-gradient(to bottom, #3498db, #230c6e);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;

}

.new_button_blue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.go_to_butn  { 
	font-family: "trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border: 3px solid red;
	padding: 5px;
	text-decoration: none;
	-webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 4px;

}

.go_to_butn:hover { 
	color: #FFFFFF; 
	background: red;
}


.more_info_butn  { 
	font-family: "trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4CB5F5;
	border: 3px solid #4CB5F5;
	padding: 5px;
	text-decoration: none;
	-webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 4px;

}

.more_info_butn:hover { 
	color: #FFFFFF; 
	background: #4CB5F5;
}


.search_button  {
   font-family:arial;
   font-size: 20px;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
   font-weight:bold;
   text-align: center;
   color: #ffffff;
   background-color: #7c9bdc;
   border:1px solid #c0c0c0;
   -webkit-border-radius:5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-image: -webkit-linear-gradient(top, #7c9bdc, #2752a9);
   background-image: -moz-linear-gradient(top, #7c9bdc, #2752a9);
   background-image: -ms-linear-gradient(top, #7c9bdc, #2752a9);
   background-image: -o-linear-gradient(top, #7c9bdc, #2752a9);
   background-image: linear-gradient(to bottom, #7c9bdc, #2752a9);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#7c9bdc), to(#2752a9));
}


.search_button:hover {
   font-family:arial;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
   font-weight:bold;
   text-align: center;
   color: #ffffff;
   background-color: #6a7faa;
   border:1px solid #c0c0c0;
   -webkit-border-radius:5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-image: -webkit-linear-gradient(top, #6a7faa, #1b3977);
   background-image: -moz-linear-gradient(top, #6a7faa, #1b3977);
   background-image: -ms-linear-gradient(top, #6a7faa, #1b3977);
   background-image: -o-linear-gradient(top, #6a7faa, #1b3977);
   background-image: linear-gradient(to bottom, #6a7faa, #1b3977);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#6a7faa), to(#1b3977));
}



.ask_my_button {
   font-family:arial;
   font-size: 20px;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
   font-weight:bold;
   text-align: center;
   color: #ffffff;
   background-color: #c1ed25;
   border:1px solid #c0c0c0;
   -webkit-border-radius:5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-image: -webkit-linear-gradient(top, #c1ed25, #7b9718);
   background-image: -moz-linear-gradient(top, #c1ed25, #7b9718);
   background-image: -ms-linear-gradient(top, #c1ed25, #7b9718);
   background-image: -o-linear-gradient(top, #c1ed25, #7b9718);
   background-image: linear-gradient(to bottom, #c1ed25, #7b9718);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#c1ed25), to(#7b9718));
}

.ask_my_button:hover {
   font-family:arial;
   font-size: 20px;
    padding-left: 8px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
   font-weight:bold;
   text-align: center;
   color: #ffffff;
   background-color: #c5e065;
   border:1px solid #c0c0c0;
   -webkit-border-radius:5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-image: -webkit-linear-gradient(top, #c5e065, #96b331);
   background-image: -moz-linear-gradient(top, #c5e065, #96b331);
   background-image: -ms-linear-gradient(top, #c5e065, #96b331);
   background-image: -o-linear-gradient(top, #c5e065, #96b331);
   background-image: linear-gradient(to bottom, #c5e065, #96b331);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#c5e065), to(#96b331));
}
