@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans|Roboto+Condensed|Anton|Encode+Sans+Condensed:900');
@import "../css/balloon.css";

body, html{
width:340px !important;
height:520px !important;
background:none !important;
padding:0 !important;
margin:0 !important;
font-family: 'Open Sans', sans-serif;
color:dimgrey;
}


.clear{clear:both; float:none;}

.mybutton {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

padding:0;
background-color:#ededed;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
text-indent:0;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:Arial;
font-size:10px;
font-weight:bold;
font-style:normal;
height:29px;
line-height:29px;
width:71px;
text-decoration:none;
text-align:center;
vertical-align:top;
text-shadow:1px 1px 0px #ffffff;
}
.mybutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}

.mybutton:active {
position:relative;
top:1px;
}

button {
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 1em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
border-radius: 2px;
}

button:hover {
background: #A5281B;
}

.txt_in {
width:280px !important;
padding:1em !important;
font-size:10pt !important;
margin: 0 10px 0 10px !important;
}

::-moz-selection {background-color:#19B9C2; color:#fff;}
::selection {background-color:#19B9C2; color:#fff;}

