@charset "UTF-8";
/* CSS Document */
/* -- placeholder for coming content -- */
/* -- expert form styles -- */
#talkForm, #trialForm {
    background-color: #FFFFFF;
    position: fixed;
    right: 0;
    top: 0px;
    width: 260px;
	padding:50px 50px 50px 90px;
	color: #444;
	display:none;
	z-index:1000;
	font-size: 14px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

#talkForm h1, #trialForm h1{
	font-size:22px;
}
#talkForm p, , #trialForm p{
	line-height:22px;
	margin: 10px 0px 15px;
}
#pardotForm label, #pardotForm input, #customForm label, #customForm input{
	display: block;
	float: none !important;
	margin-bottom: 5px;
}

/*#pardotForm input, #customForm input{
	font-size: 12px;
	height: 16px;
	padding:3px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	text-align: left !important;
	width: 150px;
}
*/
#talkForm #pardotForm input {
    background-color: #fff;
    border: 1px solid #dadada;
    font-size: 14px !important;
    height: 24px;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 6px 45px 6px 8px;
    width: 150px;
}


#generalContact #submit, #talkForm #pardotForm #submit, #customForm #send {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("/media/2013/usa/css/images/talk_submit.jpg");
    background-repeat: no-repeat;
    border: medium none !important;
    height: 42px;
    margin-top: 30px;
    width: 125px;
	background-color: transparent;
}
#generalContact #submit:hover, #pardotForm #submit:hover, #talkForm #close:hover, #customForm #send:hover, #trialForm .close:hover{
	cursor: pointer !important;
}
#generalContact #submit:hover, #talkForm #pardotForm #submit:hover, #customForm #send:hover{
	background-image: url("/media/2013/usa/css/images/talk_submit_hover.jpg");
}


#talkForm #close, #trialForm .close {
    background-image: url("/media/2013/usa/css/images/talk_close.jpg");
    height: 35px;
    margin-left: -60px;
    margin-top: -25px;
    width: 35px;
	position:absolute;
}

#customForm select {
    margin-bottom: 9px;
}

#customForm .formCol{
	width:240px;
	float:left;
}
#trialForm h1, #trialForm p{
	width:260px;
}

/*#pardotForm input{
        width: 130px;
        padding: 2px;
        color: #333;
        /*font-family: Arial,  Verdana, Helvetica, sans-serif;
		font-family: "Helvetica W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        border: 1px solid #cecece;
}*/
#generalContact input.error, #pardotForm input.error{      
        border-color: #EC303C;
}
#generalContact .error, #pardotForm .error{
        color: #EC303C;
}
/*---------------------------------PARDOT----------------------------*/
#talkForm #pardotForm select {
    background-color: transparent;
    border: medium none;
    font-size: 14px !important;
    height: 36px;
    padding: 8px 6px;
    width: 240px;
}
#talkForm #pardotForm .selectBox {
    background-color: #fff;
    background-image: url("/media/2013/usa/css/images/leanPrint/selArrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    height: 36px;
    margin-bottom: 20px;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 0;
    width: 203px;
}


#talkForm #pardotForm .formSet {
    float: left;
    width: 235px;
}
/*#talkForm #pardotForm .clear{
	clear: both;
}*/
#talkForm #pardotForm .clear.comments,#talkForm #pardotForm #submit{
	clear: both;
}
#talkForm #pardotForm .comments.clear{
	clear: both;
	width:440px;
}
#talkForm #pardotForm textarea {
   border: 1px solid #dadada;
   width:440px;
   margin-bottom:20px;
}
#talkForm #pardotForm #submit{
	float:right !important;
	margin-right:89px !important;
	display:none;
}

#talkForm #pardotForm p{
	line-height:22px;
	margin-bottom:24px;
}

#talkForm #pardotForm textarea.error {
   border: 1px solid #EC303C;
   width:440px;
   margin-bottom:20px;
}

#talkForm #pardotForm input.error{
    background-image: url("/media/2013/usa/css/images/check_red.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #ec303c;
	border: 1px solid #EC303C;
}
#talkForm #pardotForm label.error{
	color: #ec303c;
}

#talkForm #pardotForm input.check {
    background-image: url("/media/2013/usa/css/images/check_grn.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #000;
}

#talkForm span.red, #talkForm a{
	color:#EC303C
}
.ppcForm #message a {
    color: #fff;
    text-decoration: underline;
}
.formHelp {
	margin-bottom:15px;
	overflow:hidden;
}

.personalInfo {
    clear: both;
    overflow:hidden;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dadada -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
	margin-bottom:30px;
}