﻿/* 
 * Style used by the label output mode.
 * Applied to the error labels that get positioned after an input.
 */
label.error { 
    color:#fff; 
    margin-left:2px;     
    background-image:url('arrow.gif');
    background-position:left center;
    background-repeat:no-repeat;
    padding:2px;
    padding-left:18px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}


/*
 * Styles used by the modal output mode.
 * '.validity-modal-msg' is applied to the modal boxes 
 * and '.validity-modal-msg:hover' is applied to suggest 
 * to the user that the boxes are clickable.
 */
.validity-modal-msg { 
    position:absolute; 
    z-index:2; 
    background-color:#999; 
    border:solid 1px #000; 
    padding:4px;
    cursor:pointer; 
}
.validity-modal-msg:hover { 
    background-color:#aaa; 
}

/*
 * Styles used by the summary output mode.
 * '.validity-summary-container' is a container on the page that should contain a UL 
 * which is the actual summary. The container can hold 
 * an extra bit of text (or anything really) that explains what the summary is.
 * '.validity-erroneous' is applied to every input that fails.
 */
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { 	border: solid 1px #7e0000!important;}



.validity-tooltip {
    z-index:1003;
    
    cursor:pointer;
    
    padding:3px;
    width:16em;
    
    border-width:1px;
    border-color:#555;
    border-style:solid;
    color:#111;
    
    position: absolute;
    background-color:#f56600;
}

.validity-tooltip:hover {
    border-color:#333;
}

.validity-tooltip .validity-tooltip-outer, .validity-tooltip .validity-tooltip-inner {
    position: absolute; 
    width:0; 
    height:0; 
    border-right-width: 0;
    background:none;
    bottom:auto;
}

.validity-tooltip .validity-tooltip-outer {	
    border-color:#333;
    border-style:solid;
    
    border-top: 0px solid transparent; 
    border-bottom: 24px solid transparent;
    
    border-right-width:20px;
    border-right-style:solid;
    border-right-color:inherit;
    
    border-left-width:0px;
    top:-1px;
    left:-21px;
}

.validity-tooltip .validity-tooltip-inner {
    border-top: 0px solid transparent; 
    border-bottom: 24px solid transparent;
    border-right: 20px solid #f56600;
    border-left-width:0px;
    top:1px;
    left:3px;
}

/********************************/

.ktc-form
{
    position:relative;
}
    
.ktc-form input.textbox
{
    padding-left:5px;
    font: 11px/140% 'arial';
    line-height: 140%;
    line-height:200%\9;
    margin-bottom:0px;   
    margin: 2px 2px 2px 25px;
    width: 210px;
    height: 21px;
    color: #454545;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: initial;
    border-color: initial;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #E7E7E7;
    border-right-color: #E7E7E7;
    border-bottom-color: #E7E7E7;
    border-left-color: #E7E7E7;
}
 
 .ktc-form .textarea
{
    padding-left:5px;
    font: 11px/140% 'arial';
    line-height: 140%;
    line-height:200%\9;
    margin-bottom:0px;   
    margin: 2px 2px 2px 25px;
    width: 210px;
    height: auto;
    color: #454545;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: initial;
    border-color: initial;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #E7E7E7;
    border-right-color: #E7E7E7;
    border-bottom-color: #E7E7E7;
    border-left-color: #E7E7E7;
}
    
.ktc-form .checkbox
{
    vertical-align:middle;    
}
     
.ktc-form select
{
    vertical-align:middle;
    width:210px;
    margin: 2px 2px 2px 25px;
    padding:4px 3px 3px 2px;
    height:25px;
    color: #454545;
    font: 11px/140% 'arial';
    line-height: 21px;
    line-height:200%\9;
    margin-bottom:10px;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: initial;
    border-color: initial;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #E7E7E7;
    border-right-color: #E7E7E7;
    border-bottom-color: #E7E7E7;
    border-left-color: #E7E7E7;   
}
    
.ktc-form label
{
    clear: left;
    padding-bottom: 10px;
    color: #454545;
    font: 11px/140% 'arial';
    left:25px!important;
    *left:45px!important;
    margin: 3px 0 -0 5px;
}
.ktc-form label.infield {
	margin: 7px 0 3px 6px;
	color: #999999;
	cursor: text;
	*margin-left:-13px!important;
}

.ktc-form .required {
	color: #c30000;
	font-weight: bold;
	font-size: 13px;
	line-height: 11px;
	position: relative;
	font-family:Arial;
	top: 2px;
}

.ktc-form input.button {
	background: #6c6c6c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#525252));
	padding: 4px 10px 6px;
	border: none;
	cursor: pointer;
	color: #454545;
    font: 13px;
    margin: 17px 2px 2px 25px; 
    width:215px;
    height:25px; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -3px 0px rgba(255,255,255,.12), inset 0 -2px 0px rgba(0,0,0,.5), 0 1px 6px rgba(0,0,0,.5);
}
.ktc-form input.button:hover {
	background: #8c8c8c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#626262));
	color: #ffffff;
}
.ktc-form input.button:active {
	background: #8c8c8c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#626262));
	padding: 5px 10px 5px;
	color: #ffffff;
	-webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,.33),inset 0 1px 4px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.75);
}
.ktc-form input.red {
	background: #8c2929;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a83131), color-stop(100%,#821212));
	color: #ffe8f1;
}
.ktc-form input.red:hover {
	background: #a23030;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b93030), color-stop(100%,#9d1313));
	color: #ffffff;
}
.ktc-form input.red:active {
	background: #a23030;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b93030), color-stop(100%,#9d1313));
	color: #ffffff;
}
.ktc-form input.blue {
	background: #365d86;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d6995), color-stop(100%,#204c78));
	color: #e9f4ff;
}
.ktc-form input.blue:hover {
	background: #155ea7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#327ac4), color-stop(100%,#155ea7));
	color: #ffffff;
}
.ktc-form input.blue:active {
	background: #155ea7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#327ac4), color-stop(100%,#155ea7));
	color: #ffffff;
}
  
.ktc-form .checkbox-text
{
    font-size: 11px;
    font-family:Arial;
    color: #454545;
    margin:0px 0px 0px 25px;
    width: 220px;
    padding-left: 20px;
    display: block;
    text-shadow: 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, .75); 
}

.ktc-form .checkbox-text input
{
    margin-left:-20px;
}

.ktc-form .checkbox-indent1
{
    margin-left:45px;   
    width:205px; 
}
    
.ktc-form .checkbox-text-required
{
    color:#7e0000!important;
}
    
.ktc-form div.wrapper
{
    margin-bottom:10px;
}