

#wpsptooltip {
	position:absolute;
	z-index:9999;
	color:#111;
	font-size:1.1em;
	width:400px;
	border: 1px solid #000;
}

#wpsptooltip .tipHeader {
	height:0px;
}

/* IE hack */
*html #wpsptooltip .tipHeader {margin-bottom:-6px;}

#wpsptooltip .tipBody {
	background-color:#FFFFDF;
	padding:5px 5px 5px 15px;
}

#wpsptooltip .tipFooter {
	height:0px;
}
.thin_table {
    padding: 2px;
}
.noshow {
    display: none;
}
.noshow2 {
    display: none;
}
.dashed {
    border-style: dashed;
}
.wpsp-error {
    margin: 5px 0 15px;
    background-color: #FFEBE8;
    border-color: #C00;
    border-width: 1px;
    border-style: solid;
    padding: 0 .6em;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}



