/* Reset */
#proactiveChat h6, p, a, img, form, label, input {
    margin: 0;
    padding: 0;
}

#proactiveChat {
	position: absolute;
    top: -300px;
	margin-left: 50%;
	left: -189px;
	background: #333;
    background: #fff url('/proactive/images/pcBackground.jpg') top left no-repeat;
	width: 377px;
    height:194px;
    border: 1px solid #333;
    box-shadow: 1px 1px 3px #666;
    -moz-box-shadow:1px 1px 3px #666;
    color: #333;
    text-align: center;
}

body > #proactiveChat {
	position: fixed;
}
#proactiveChat h6 {
    font-size: 14px;
    text-align: left;
    margin: 15px 10px 10px 45px;
}

#proactiveChat p {
    padding: 0 70px 20px 45px;
    text-align: left;
}

#proactiveChat a.pcButton {
    background: transparent url('/proactive/images/pcButton.png') top left no-repeat;
    display: inline-block;
	cursor: pointer;
    width: 109px;
    margin: 0 10px;
    float: none;
    color: #f60;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 0 7px;
}

#proactiveChat .cf {
    overflow: hidden;
    clear: both;
    margin: 15px 0 10px;
}

#proactiveChat form#pcPrefs {
    float: left;
    margin: 8px 0 0 45px;
}

#proactiveChat img {
	float: right;
	margin: 5px 15px 0 0;
}
