html {
    overflow: scroll;
}

.holder {
	text-align: center;
}

#wrap {
	margin: 0 auto;
	position:relative;
	width: 960px;
}

#popup {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 4px #eee;
    left: 60px;
    padding: 30px;
    position: absolute;
    top: 100px;
}

.popup-inner {
    position: relative;
}

a.popup-close {
    border: 1px solid #666;
    border-radius: 10px;
    box-shadow: 0 1px 1px #eee;
    color: #666;
    display: block;
    font-family: Arial;
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    position: absolute;
    right: -22px;
    text-decoration: none;
    top: -22px;
    width: 11px;
    text-align: center;
}

#ads {
	text-align: center;
}

#generator label {
	width:100px;
	float:left;
}

#generator textarea {
	width:100%;
}

#holder-t1 { 
	float:left; 
	width:42%;
}

#utilities { 
	float:left; 
	width:16%;
}

#utilities a {
	float:left;
	width:100%;
	display:block;
	margin-bottom:20px;
	text-align:center;
}

#holder-t2 { 
	float:right;
	width:42%;
}

#holder-t1 textarea {
	width:100%; 
}

#holder-t2 textarea {
	width:100%; 
}

#translate-option-first {
	background-image:url(../images/selectbg.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	display:block; 
	width:100%;
	height:56px;
}

#translate-option-first select {
	width:90%; 
	margin-top:18px;
}

#translate-option-second {
	background-image:url(../images/selectbg.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	display:block; 
	width:100%;
	height:56px;
}
#translate-option-second select {
	width:90%; 
	margin-top:18px;
}

#widget-phonenumber {
	float:left;
	width:97%;
	text-align:right;
	text-shadow:1px 1px 1px #ccc;
	font-size:22px;
	font-family:arial;
	font-weight:bold;
}

.theloading {
    position: relative;
}

.loading {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 16px;
    height: 11px;
    display: none;
}


a.translate-button {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-family: "Segoe UI Light";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-right: 16px;
    height: 30px;
    line-height: 27px;
    min-width: 54px;
    outline: 0px;
    padding: 0 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 0;
}