/* Style sheet for McNicol Williams Template Forms*/
/*  Created by McNicol Williams Management & Marketing Services, July 2013.  Author:  Max Williams*/

/*Form Input and Textarea Field Style*/
.capforminput {
	height:22px; 
    background-color : #FFF9FA;
    color : #2E2E2E;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left:10px;
	padding-right:10px; 
	padding-top:2px;
	border: 0px solid  #F1F1F1;
	outline:none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	box-shadow: 0 0 6px #4E4DB7;
	-moz-box-shadow: 0 0 6px #4E4DB7;
	-webkit-box-shadow: 0 0 6px#4E4DB7;
}	
.capforminput:focus { 
 outline:none;
 border: 1px solid #B4E5E5;
 box-shadow: 0 0 12px #B4E5E5;
 -moz-box-shadow: 0 0 12px #B4E5E5;
 -webkit-box-shadow: 0 0 12px #B4E5E5;
}
.capformtext {
    background-color : #FFF9FA;
    color :  #2E2E2E;
	margin-left: 5px;
	padding-left:10px;
	padding-right:2px; 
	padding-top:2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 0px solid  #F1F1F1;
	outline:none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	box-shadow: 0 0 6px #666666;
	-moz-box-shadow: 0 0 6px #666666;
	-webkit-box-shadow: 0 0 6px #666666;
}	
.capformtext:focus { 
 outline:none;
 border: 0px solid #4195fc;
 box-shadow: 0 0 12px #66F;
 -moz-box-shadow: 0 0 12px #66F;
 -webkit-box-shadow: 0 0 12px #66F;
}
.capformsubmit {
	width: 80px;
	height:35px; 
	padding: 0px 10px 5px 8px;
    background-color : #FFF9FA;
    background-image:  url('images/GoBlue2_32.png');
	background-repeat: no-repeat;
	background-position: center right;
    color : #960000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	border: 0px solid  #F1F1F1;
	outline:none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	box-shadow: 0 0 6px #4E4DB7;
	-moz-box-shadow: 0 0 6px #4E4DB7;
	-webkit-box-shadow: 0 0 6px #4E4DB7;
}	
.capformsubmit:focus { 
 outline:none;
 border: 1px solid #B4E5E5;
 box-shadow: 0 0 12px #B4E5E5;
 -moz-box-shadow: 0 0 12px #B4E5E5;
 -webkit-box-shadow: 0 0 12px #B4E5E5;
}
input:invalid {
	background-image:  url('images/Alert.png');
	background-repeat: no-repeat;
	background-position: center right;
}
input:required {
	background-image:  url('images/Required.png');
	background-repeat: no-repeat;
	background-position: center right;
}
input:required:valid {
	background-image:  url('images/Accept.png');
	background-repeat: no-repeat;
	background-position: center right;
}
textarea:invalid {
	background-image:  url('images/Alert.png');
	background-repeat: no-repeat;
	background-position: top right;
}
textarea:required {
	background-image:  url('images/Required.png');
	background-repeat: no-repeat;
	background-position: top right;
}
textarea:required:valid {
	background-image:  url('images/Accept.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/*Form Message Styles - McNW Version*/
p.error, p.success {
padding: 10px;
border: 1px solid;
font-weight: bold;
text-align: center;
}
p.error {
background: #ffc0c0;
color: #900;
}
p.success {
background: #b3ff69;
color: #4fa000;
}
p.classify {
font-weight: bold; 
font-size: 1.4em; 
margin-bottom: 2px;
}
.label {
font-weight: normal; 
font-size: 1.1em; 
margin-bottom: 2px;
}

/*Captcha Box wrapper*/
.validatetable { 
background-color: transparent; 
border: 1px solid   #5081D1; 
width:390px; 
margin: 0px auto;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius:2px;
box-shadow: 0 0 6px #69D;
-moz-box-shadow: 0 0 6px  #69D;
-webkit-box-shadow: 0 0 6px  #69D;
}
/* Captcha table cells */
.validatehead {
background-color: #5081D1; 
color: #FFFFFF; 
padding: 8px 5px;
text-align: center; 
font-family: verdana, sans-serif; 
font-style: bold; 
font-size: 12px; 	
}
.validateleftcall {
background-color: transparent; 
width: 175px;
padding: 8px 0px;
text-align: center; 
vertical-align: middle; 
font-family: verdana, sans-serif; 
font-style: bold; 
font-size: 10px;
}
.validaterightcall {
background-color: transparent; 
width: 175px;
padding: 0px 0px 8px;
text-align: center; 
vertical-align: middle; 
font-family: verdana, sans-serif; 
font-style: bold; 
font-size: 10px;
}
.validatefoot {
background-color: transparent; 
padding: 4px 0px;
text-align: center; 
font-family: verdana, sans-serif; 
font-style: bold; 
font-size: 10px; 
}
.amaze {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius:2px;
box-shadow: 0 0 6px #4E4B7E;
-moz-box-shadow: 0 0 6px #4E4B7E;
-webkit-box-shadow: 0 0 6px #4E4B7E;
}
.Surname {
visibility: hidden;
margin: 0px;
padding: 0px;
height: 1px;
}



/*Code Ends */