#rounded-corner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
/*	margin: 25px; */
	width: 800px;
	text-align: left; 
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company {
	background: #b9c9fe url('../css/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q2 {
	background: #b9c9fe url('../css/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th {
	padding: 3px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td {
	padding: 5px;
	background: #e8edff;
	border-top: 0px solid #000;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left {
	background: #e8edff url('../css/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right {
	background: #e8edff url('../css/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td {
	background: #d0dafd;
}

/* bubble popups */
.ui-tooltip, .arrow:after {
	background: white;
	border: 1px solid black;
}
.ui-tooltip {
	padding: 10px 20px;
	color: black;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
/*	text-transform: uppercase; */
	box-shadow: 0 0 7px white;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px white;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
textarea {
    resize: none;
}
.error {
	height:50px;
	border:0px solid black;
	color:#FF0000; 
	font-family:sans-serif; 
	font-weight:bold;
    text-align:center;
	margin-top:10px;
}
.disabled {	
	color:#FF0000;   
}
.success {
/*	height:50px; */
	border:0px solid black;
	color:green; 
	font-family:sans-serif; 
	font-weight:bold;
    text-align:center;
	margin-top:10px;
}
.submitarea {
	margin: 0 auto;
	display: table;
}
.submitbuttons {
	float: left;
	
}
.borderit img{
	border: 1px solid #fff; 
}
.borderit:hover img{
	border: 1px solid #7668f8;
}
.borderit:hover{
	color: #7668f8; /* irrelevant definition to overcome IE bug */
}