@CHARSET "UTF-8";

.btwidget_container {
  position: absolute;
  background-color: white;  
  padding: 0px 0px 0px 0px;
  left: 0px;
}

.btwidget_header {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12pt;
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
}
.btwidget_heading {
    
	font-family: Arial, Helvetica, sans-serif;
    color: #66b3ff;
    font-size: 20px;
    line-height: 26px;
  	padding-left: 10px;
	font-weight: bold;
}

.closeButton {
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  font-size: 20px;
  background: ../images/close.png 0 0;
  cursor:pointer;
}

.btwidget_content {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
	color: #1A2E5A;
	margin: 0px 15px 0px 15px;
}
.submitBtn input {
    zoom: 1;
    background: 0;
	font-size: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.submitBtn input, .submitBtn a {
    padding: 11px 23px 6px 10px;
    height: 40px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
.submitBtn {
    display: inline-block;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: #FFF;
    background-color: #0056a1;
    text-align: left;
    min-height: 22px;
    position: relative;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
    cursor: pointer;
}
.submitBtn > i.submitIcon, .submitBtn > i.flightIcon {
    background-position: -5px -5px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -20px;
}

.submitBtn > .submitIcon {
	background-image: url('../images/submit.png');
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;

}
.btwidget_error {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
	color: #1A2E5A;
  text-align: center;
}

.btwidget_footer {
	background-color: #ccc;
	color: #fff;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
  font-family: "Arial";
	font-size: 8pt;
	text-align: right;
}

.btwidget_footer a {
	color: #fff;
}

.bt_twitter_img {
    width: 15px;
    margin-top: 1px;
    padding-bottom: 2px;
    float: right;
    cursor: pointer; cursor: hand;
}

.bt_facebook_img {
    width: 16px;
    margin-top: 1px;
    float: right;
    cursor: pointer; cursor: hand;
}

@media screen and (min-width: 200px)  {

  .btwidget_container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
		width: 100%;
  }
	
}
@media screen and (min-width: 700px)  {
	
	.btwidget_container {
		width: auto;
	  border: 1px solid #ccc;
	  margin-top: 0px 15px 0px 15px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  
		-webkit-box-shadow: 5px 5px 5px 0px rgba(119,119,119,1);
		-moz-box-shadow: 5px 5px 5px 0px rgba(119,119,119,1);
		box-shadow: 5px 5px 5px 0px rgba(119,119,119,1);
	  
	}
	
	.btwidget_footer {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;

	}
	
}
