body {
    height: auto !important;
    background: #FEFEFE;
}


.webchat-content {
    background: none;
    margin-top: 10px;
    width: 818px;
    height: 180px;
    border: 1px solid #9fc5ec;
    border-bottom: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    top: 0px;
    position: relative;
    
}

.webchat-box {
	width: 821px;
	height: 400px;
}

.webchat-container {
	width: 818px;
    border: none;
    height: 150px;
    position: relative;
    top: 10px;
}

.webchat-spacer {
    height: 0px;
}

.webchat-footer {
   width: 818px;
}

.webchat-footer-download {
   position: relative;
   left: -1px;
   top: 20px;
}


.webchat-footer-content{
   width: 816px;
   min-height: 37px;
}

.webchat-footer-nav{
   width: 660px;
}

.webchat-iframe-container{
   width: 820px;
   height: 0px;
   background-color:#ffffff;
   padding-left: 0px;
}

.webchat-img-logo{
    float: right; 
    height: 23px;
    margin: 6px 20px 13px 0px;
    width: 110px; 
}

.webchat-text-logo{
    float: right; 
    height: 23px;
    width: 110px; 
}

.webchat-copyright{
    margin: 10px 0 35px 5px;
}

.poweredby {
	background-color: #E0E0E0;
	background-image: -moz-linear-gradient(center top , #EFEFEF 0%, #E0E0E0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFEFEF), color-stop(1, #E0E0E0));
	background-image: -webkit-linear-gradient(top, #EFEFEF, #E0E0E0);
	background-image: -moz-linear-gradient(top, #EFEFEF, #E0E0E0);
	background-image: -ms-linear-gradient(top, #EFEFEF, #E0E0E0);
	background-image: -o-linear-gradient(top, #EFEFEF, #E0E0E0);
	color: #0066CC;
	display: block;
	font-family: arial,verdana,helvetica;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 25px;
	padding: 7px 25px;
	text-align: right;
	white-space: nowrap;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	
}

.poweredbyCustomLogo {
    color: #666666;
	display: block;
    font-family: arial,verdana,helvetica;
    font-size: 11px;
    font-weight: bold;
	margin: 0px 20px 0px 0px;
    text-align: right;
    white-space: nowrap;
	height:23px;
	top: 8px;
	position: relative;
}

.poweredbyG2AX {
    color: #0066CC;
}

.poweredbyG2AX a {
    color: #0066CC;
    text-decoration: none;
}

.poweredbyG2AX a:hover {
    text-decoration: underline;
}

.poweredbyG2AC {
    color: #0066CC;
    display: block;
    padding-top: 15px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: arial,verdana,helvetica;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	
}

.poweredbyG2AC a {
    text-decoration: none;
}

.poweredbyG2AC a:hover {
    text-decoration: underline;
}

.g2axIcon {
    float: right;
    position: relative;
    top: -23px;
}

img.g2acIcon {
    vertical-align: middle;
    padding-right: 0px;
    padding-bottom: 0px;
}

.content-li {
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
}   

.content-li {
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
    font-size: 11px;
}   

.content-li .enumpoint {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 2px;   
}

.content-li .errortitle {
    font-weight: bold;
    color: #7f7f7f;
}

.content-li .error {
    color: #7f7f7f;
    padding-left: 20px;    
}

.content-li .message {
    color: #002cb2;
}


.content-li a:link {
    color: #002cb2;
    text-decoration: underline;
}




input.styled[type="radio"] {
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    height: 24px;
    width: 20px;
}


.multipleInputContainer {
    height: auto;
    width: 500px;
}

.multipleInputContainer.error{
    background-color: #FFCFD2;
    border: 1px solid #FE696E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}


.multipleInputContainer .inputText {
    margin-right: 10px;
    top: -8px;
    position: relative;
}

input.styled[type="checkbox"] {
    -webkit-appearance: checkbox;
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    height: 24px;
    width: 20px;
}

input.styled[type="radio"] {
    -webkit-appearance: radio;
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    height: 24px;
    width: 20px;
}

input.styled.error[type="checkbox"]
{
    border-color: #FE696E;
    background-color: #FFCFD2;
    background-image: url('/images/dts/checkbox-error.jpg');
}

.ratingWidget { width:505px; }
.ratingBoxWidget { width:505px; display: block; }
.ratingBoxWidget label { font-weight:normal; color:#333; display: inline-block; word-break: break-all; }
.ratingBoxWidget span { padding-left: 3px; }

.launcherContent {
    padding-left: 30px;
    padding-right: 30px;
    background-color:#ffffff;
    border-left: #91A5AF 1px solid; 
    border-right: #91A5AF 1px solid;
}

.left {
	float:left;
}

.tryAgain {
	position:relative;
	top: 5px;
}
    
.spinningText {
	position: relative;
	top: -6px;
	margin-left: 10px;
}
.spinningInfo {
    margin-left: 0px !important;
}

input.styled[type="checkbox"], input.styled[type="radio"] {
	background-color: transparent;
	border: 0 none;
}

.longLineHeader h1{
	width: 705px;
}

.queryUpdateButton{
    margin-left: 28px;
    margin-top: 15px;
}