/* CSS Document */


div.form-holder {
	background-color:#e9f0fa;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
}


div.form-header {
	background-color:#254f87;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:8px;
	border-bottom:1px solid #003c71;
}


.button {
	background-color:#254f87;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	font-size:11px;
	padding:4px;
	width:120px;
}

input {
	float:left;
	border:1px solid #4d8596;
	background-color: #FFF;
	font-size:12px;
	width:180px;
}

select {
	float:left;
	border:1px solid #4d8596;
	font-size:12px;
	width:183px;
}


input.checkbox {
	width:16px;
	border:0px;
	margin-right:10px;
	background-color: #efefef;
}


textarea {
	font-size:12px;
	border:1px solid #4d8596;
	width:180px;
	height:100px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

#contact-wrapper label {
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#254f87;
	padding:0px 10px 0px 0px;
	width:100px;
}

#contact-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;	
	width:90px;	
}

#contact-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	width:90px;	
}

div.clear {
	clear:both;
	float:none;
	height:15px;
}


#contact-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 30px;
	margin:10px 0px 5px 0px;
}



#contact-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;

}
#contact-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;	
}



.secfade{
      position: absolute; 
      background-color: #aaaaaa; 
}

div.sec{ 
      width: 300px; 
      font-family: Arial, Helvetica, sans-serif; 
      position: absolute;  
      color: #CCCCCC;
      padding: 7px 7px 15px 7px;
	  
}
div.sec .seccontainer{ 
      font-weight: normal; 
}
div.sec .secclose{ 
      	position: absolute;
      	top: 14px; 
      	right: 7px; 
      	width: 18px; 
      	color: #4f4f4f; 
      	font-weight: bold; 
	cursor:pointer;
	font-size:12px;
}
div.sec .secmessage {   
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-topleft: 0.5em;
      	line-height: 14px; 
      	color: #000000; 
      	background-color:#ffffff;
      	font-size: 12px; 
      	text-align: left; 
      	border-right: solid 1px #000;
      	border-top: solid 1px #dedede;
      	border-left: solid 1px #dedede;
      	padding:2px 2px 0px 2px;
}

div.sec .promptheader {
	background-color:#254f87;
	color:#ffffff;
        font-size: 12px; 
        text-align: left;
        font-weight:bold;
        padding:5px;
        margin-bottom:10px;
        -webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 0.25em;
	-moz-border-radius-topleft: 0.25em;
}

div.sec .secbuttons{ 
      	text-align: center; 
      	padding: 10px 0px 10px 0px; 
      	background-color:#ffffff;
      	border-bottom: solid 1px #000;
      	border-left: solid 1px #dedede;
      	border-right: solid 1px #000;   
      	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
      	
}
div.sec button { 
      	padding: 2px 10px;
      	margin: 0 10px; 
      	background-color: #254f87; 
      	border-right: solid 1px #000;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #000;
      	color: #e4e2e2; 
      	font-weight: normal; 
      	font-size: 12px; 
	cursor:pointer;
	text-transform: uppercase;
	
}

div.sec button:hover{ 
      	background-color: #728A8C;
	color: #ffffff;
}

div.sec button.secdefaultbutton{ 
      	background-color: #254f87;
}

.secwarning .sec .secbuttons{ 
      	background-color: #4f4f4f;
}

div.sec .prompt-ok {
	background:url(../images/prompt-ok.jpg) no-repeat center left;
	padding:10px 10px 10px 60px;
	margin-left:10px;
	line-height:16px;
}

div.sec .prompt-error {
	background:url(../images/prompt-error.jpg) no-repeat center left;
	padding:10px 10px 10px 60px;
	margin-left:10px;
	line-height:16px;
}

div.sec .prompt-warn {
	background:url(../images/prompt-warn.jpg) no-repeat center left;
	padding:10px 10px 10px 60px;
	margin-left:10px;
	line-height:16px;	
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;	
	padding: 5px;
	opacity: 0.85;
	font-size:11px;
	font-weight:normal;
	background-color:#656565;
	color:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 0.4em;
	width:200px;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-size:11px; 
	font-weight:normal;
	}
	
#tooltip.regtip {
	width:300px;
	background-color:#CCC;
	color:#444;
}