
/*  NEW (NorthEastWebs)  Standard Form CSS  */
/*											*/
/* IE9 Version 								*/
/*											*/
/* Ben Hunter								*/

/* Debug Tools */

.red_border {
     border: red;
     border-width: 1px;
     border-style:dashed;
}

/* Class Items */

.new_form_wrapper { 
 margin: 0 auto;
 width: 90%;
 height: auto;
 margin-left: 10px;
 margin-top: 10px;
 padding-bottom: 70px;
 padding-left: 20px;
 border: #7a7575;
 border-width: 2px;
 border-style: solid;
 border-color: black;
 background-color: #c1c6f9; 
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  
  box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(160, 179, 231), 
        rgb(10, 85, 171) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(160, 179, 231), 
        rgb(10, 85, 171) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(160, 179, 231), 
        rgb(10, 85, 171) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(160, 179, 231), 
        rgb(10, 85, 171) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(160, 179, 231), 
        rgb(10, 85, 171) );
  
}

.new_form_header {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 100%;
  float:left;
  text-align: center;
  height: 37px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 2px 0px 0px;
  font-size: 40px;
  color: #08021a;
}

.new_form_msg {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: auto;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px 2px 0px 9px;
  font-size: 18px;
  color: #08021a;

}

.new_form_item {
  float: left;
  width: 100%;
  padding-top: 10px;
  font-family: sans-serif;
  font-size: 20px;
  
}

.new_formlabel {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 100%;
  float:left;
  text-align: left;
  height: auto;
  margin-bottom: 1px; 
  margin-left: 7px;
  margin-top: 20px;
  padding: 0px 2px 0px 1px;
  font-size: 25px;
  color: #08021a;
}

.new_form_group {
       float: left;
       width:  100%;
       margin-top: 10px;
       padding-left: 15px;
} 
   
.new_form_item_30p {
     float: left;
     width:   30%;
     height: auto;
     border: red;
     border-width: 1px;
     border-style: none;
}

.new_form_required {
  color: red;
  font-size: 20px;
  font-family:sans-serif;
  font-style: italic;
  float: left;
  
  margin-left: 20px;
}

.new_form_version {
  color: grey;
  font-size: 12px;
  font-family:sans-serif;
  font-style: italic;
  float: right;
  margin-right: 20px;
}

/* FORM Elements */

.new_form_textinput {
    border: 1px solid black;
    margin-top: 1px;
    margin-left: 10px;
    height: 40px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 22px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}

input[type=text] {
    border: 1px solid black;
    margin-top: 1px;
    margin-left: 10px;
    height: 40px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 22px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}
input:focus {
    outline: none;
    box-shadow: 0px 0px 7px #61C5FA;
    border-color: #61C5FA;
}

input[type=submit] {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 10px;margin-bottom: 20px;
    height: 45px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 25px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}

.new_form_submit {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 10px;margin-bottom: 20px;
    height: 45px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 25px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}

input[type=submit]:focus {
    outline: none;
    box-shadow: 0px 0px 7px #61C5FA;
    border-color: #61C5FA;
}

select {
    border: 1px solid black;
    margin-top: 1px;
    margin-left: 10px;
    height: 45px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}

textarea {
    border: 1px solid black;
    margin-top: 1px;
    margin-left: 10px;
    height: 250px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
}

checkbox {
	float: left;
	margin: 0px;
	
}

/* Special Check Boxes */


#ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

#ck-button label {
    float:left;
    width:4.0em;
}

#ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:checked + span {
    background-color:#911;
    color:#fff;
}


#ck-radio {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

#ck-radio label {
    float:left;
    width:4.0em;
}

#ck-radio label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-radio label input {
    position:absolute;
    top:-20px;
}

#ck-radio input:checked + span {
    background-color:#911;
    color:#fff;
}



