﻿.clear05{clear: both;height: 5px;}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear30{clear: both;height: 30px;}
.clear40{clear: both;height: 40px;}
.clear50{clear: both;height: 50px;}
.clear60{clear: both;height: 60px;}
.clear70{clear: both;height: 70px;}
.clear80{clear: both;height: 80px;}
.clear90{clear: both;height: 90px;}
.clear100{clear: both;height: 100px;

}
.bg-yellow {
    background-color:yellow;
}

.fg-yellow {
   color:yellow;
}
.bold{font-weight: bold;}
.italic{font-style:italic ;}


.question_box {
	border:1px solid #9ac1fa;
	background:#dbeefe;
	color:#4180cf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
	line-height:22px;
	margin-bottom:10px;
	text-align:left
}
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
	text-align:left
}
.attention_box {
	border:1px solid #f2c779;
	background:#fff8c4;
	color:#ed7c18;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
	text-align:left
}
.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
	text-align:left
}
.success {
	background:url("../images/pricing_check.png") no-repeat;
    background-color:red;	
	display:inline-block;
	height:24px;
	width:24px;
	padding: 0;
}
.error {
	background:url("../images/pricing_remove.png") no-repeat;
	display:inline-block;
	height:24px;
	width:24px;
	padding:0;
	margin:0;
}
.warning {
	background:url("../images/pricing_warning.png") no-repeat;
	display:inline-block;
	height:24px;
	width:24px;
	padding:0;
}
.info {
	background:url("../images/pricing_info.png") no-repeat;
	display:inline-block;
	height:24px;
	width:24px;
	padding:0;
	margin:0;
}
/* tooltip over links */
.tooltip{display: inline;position: relative;}
/* Hover tooltips */
.field-tip {
    position:relative;
    cursor:help;
}
    .field-tip .tip-content {
        position:absolute;
        top:-10px; /* - top padding */
        right:9999px;
        width:200px;
        margin-right:-220px; /* width + left/right padding */
        padding:10px;
        color:#fff;
        background:#333;
        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;
        opacity:0;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
      
        .field-tip .tip-content:before {
            content:' '; /* Must have content to display */
            position:absolute;
            top:50%;
            left:-16px; /* 2 x border width */
            width:0;
            height:0;
            margin-top:-8px; /* - border width */
            border:8px solid transparent;
            border-right-color:#333;
        }
        .field-tip:hover .tip-content {
            right:-20px;
            opacity:1;
        }
/* tooltip over links */

.fileupload { width: 100%; height: 20px;}


