/*
	 Button Maker
	 by Chris Coyier
	 http://css-tricks.com
*/

body, html { height: 100%; }
#page-wrap { width: 1000px; margin: 30px auto; overflow: hidden; }
#button-box { position: relative;  }
#controls { width: 300px; padding: 20px; }
h1 { font: 46px Georgia, Serif; }


html,body{
height:100%;
}


html { visibility:hidden; }
#contentPanel,#flip
{
width:100px;
  float: right;
 cursor: pointer;
  z-index:9999999;
  position:relative;
}
#contentPanel1
{
 float: left;

 top:53px;

position:relative;
text-align:center;
width:100px;
border:solid 1px #c3c3c3;
margin-top:-10px;
margin-left:-119px;
background-color:#e5eecc;
z-index:999999999;
display:none;
}
p{
margin:8px;
}
.wrapper {
  
    display:inline-block;
    position:relative;
}

.sep {
        border-bottom:1px solid black;
		
    }
 
 table {
word-break:break-all;
}
 
 
 body{
background-color:#FFFFFF;
}
 
 
input {
    padding-right:0px; /* button padding */
}
.fill{
height:100%;
background-color:FAFAFA;

min-height:100%;
}
.container{
height:5000px;
min-height:5000px;
width:100%;
}

.top_contact_container{
min-width:550px;
height:31px;
padding:0px 0 0 33px;
color:#191919;
font-size:13px;
float:right;
}

.top_contact_container a{
color:#191919;
text-decoration:underline;
}

.top_contact_container a:hover{
color:#666666;
}
.wrapper{
/* width:970px; */
/* margin:0 auto; */
}
.top_band{

height:3px;
}
.wrapper_respons{
 width:100%; 
 margin-top:-4px; 
}

.top_contact_wrap{
background:url(/Content/images/phone_cont.png) no-repeat top;
width:544px;
height:31px;
padding:0px 0 0 33px;
color:#191919;
font-size:13px;
float:right;
}

.left{
float:left;
}

.right{
float:right;
}

.phone {
	top rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
}
input[type=text]
{
   color:#000000 !important;
}


.button1 {
    position: absolute;
}

.button1 {
	border-top: 1px solid #96d1f8;
	
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -moz-linear-gradient(top,  #65a9d7,  #3e779d);
	
	padding: 5px 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: black 0 1px 0;
	-moz-box-shadow: black 0 1px 0;
	box-shadow: black 0 1px 0;
	
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	
	color: white;
	font-size: 14px;
	text-decoration: none; 
	vertical-align: middle;
}
.button1:hover {
    border-top-color: #28597a;
	background: #28597a;
    color: #ccc; 
}
.button1:active {
    border-top-color: #1b435e;
	background: #1b435e;
	outline: 0;
}

#the-css {
    display: none;
}

.sliderBar {
    margin: 0 0 15px 0; 
}

.ui-dialog-content {
    font: 12px Monaco, MonoSpace;
}

#colors > div {
    position: relative; 
    width: 100%;
    height: 30px;
    margin: 0 0 5px 0; 
}

#colors > div > input {
    width: 300px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#colors > div > label:hover {
    font-weight: bold;
}

#colors > div > label {
    display: block;
    text-align: center;
    color: black;
    position: relative;
    z-index: 20; 
    color: white;
    text-shadow: 0 0 8px black, 0 1px 0 black;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    position: absolute;
}

.colorpicker {
    z-index: 9999999999999;
}