
a{
	text-decoration: none;
	color: #003e94;
}
a:hover{
	text-decoration: underline;
	color: #004778;
}

.btn, .button_1 {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-weight:bold;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  
  background-color: #f5f5f5;
  *background-color: #d3e9f4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d3e9f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #d3e9f4);
  background-image: -o-linear-gradient(top, #ffffff, #d3e9f4);
  background-image: linear-gradient(to bottom, #ffffff, #d3e9f4);
  background-image: -moz-linear-gradient(top, #ffffff, #d3e9f4);
  background-repeat: repeat-x;
  border: 1px solid #cde0e9;
  *border: 0;
  
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #cde0e9 #cde0e9 #cde0e9;
  border-bottom-color: #a2a2a2;
  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

.button_1_grey {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-weight:bold;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;

  background-color: #f5f5f5;
  *background-color: #ebebeb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
  background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-repeat: repeat-x;
  border: 1px solid #d5d5d5;
  *border: 0;

  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #d5d5d5 #d5d5d5 #d5d5d5;
  border-bottom-color: #a2a2a2;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

.button_1_green {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-weight:bold;
  line-height: 20px;
  *line-height: 20px;
  color: #fff !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58be37+0,3aa119+100 */
  background: #58be37; /* Old browsers */
  background: -moz-linear-gradient(top,  #58be37 0%, #3aa119 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #58be37 0%,#3aa119 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #58be37 0%,#3aa119 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58be37', endColorstr='#3aa119',GradientType=0 ); /* IE6-9 */

  border: 1px solid #949494;
  *border: 0;

  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #d5d5d5 #d5d5d5 #d5d5d5;
  border-bottom-color: #a2a2a2;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.button_1:hover,
.button_1_green:hover,
.button_1_grey:hover {
  color: #333333;
  background-color: #fff;
  *background-color: #d9d9d9;
  text-decoration: none !important;
}

.button_1:hover,
.button_1_green:hover,
.button_1_grey:hover {
  opacity: 0.7;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover, .button_1:hover {
  color: #333333;
  text-decoration: none !important;
  background-color: #fff;
  *background-color: #f4fbff;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #000;
  background-color: #baddee;
  *background-color: #baddee;
  background-position: 0 -13px;
}

.btn-large {
  padding: 8px 24px;
}
.btn img{
	margin-top:-2px;
	margin-right:3px;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(69, 168, 202, 0.9);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea.ui-state-error:focus,
textarea.ui-state-error,
select.ui-state-error,
input.ui-state-error,
input.ui-state-error[type="text"]:focus,
input.ui-state-error[type="password"]:focus,
input.ui-state-error[type="datetime"]:focus,
input.ui-state-error[type="datetime-local"]:focus,
input.ui-state-error[type="date"]:focus,
input.ui-state-error[type="month"]:focus,
input.ui-state-error[type="time"]:focus,
input.ui-state-error[type="week"]:focus,
input.ui-state-error[type="number"]:focus,
input.ui-state-error[type="email"]:focus,
input.ui-state-error[type="url"]:focus,
input.ui-state-error[type="search"]:focus,
input.ui-state-error[type="tel"]:focus,
input.ui-state-error[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  color: rgba(82, 168, 236, 0.8);
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f53c3c;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f53c3c;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f53c3c;
}

.red_font_color {
	color: red !important;
}