#contact-frm {
      
    font-size: 16px;
   
    
    overflow: hidden;
    padding: 0px;
    width: 460px;
}


#contact-frm fieldset {
    border-bottom: 1px solid #fff;
    -khtml-box-shadow: 0 3px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25);
    box-shadow: 0 3px 3px rgba(0,0,0,.25);
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

#contact-frm legend {
    color: #1e90ff;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,.75);
    text-transform: uppercase;
}

#contact-frm fieldset ul {
    list-style: none;
    margin: 0;
	padding: 0;
}

#contact-frm fieldset > ul {
    /*border-top: 1px dotted #1e90ff;*/
    margin: 6px 0 12px;
    padding-top: 12px;
}

#contact-frm fieldset > ul > li {
    overflow: hidden;
    padding: 6px 2px;
    line-height: 24px;
}

#contact-frm fieldset > ul > li:nth-child(odd) {
    background: rgba(255,255,255,.0);
}

#contact-frm fieldset > ul > li > label, 
.frm-label {
    color: yellow;
    display:  block;
    float: left;
    margin: 0 10px 0 0px;
	
    width: 150px;
}

#contact-frm label {
    cursor: pointer;
}

.asterisk { 
    color: yellow; 
    font-weight: bold; 
    padding-left: 1px;
} 

#contact-frm input:focus, 
#contact-frm button:focus, 
#contact-frm select:focus, 
#contact-frm textarea:focus {
    outline: 0 none !important;
}

#contact-frm input[type="email"], 
#contact-frm input[type="text"], 
#contact-frm input[type="tel"], 
#contact-frm input[type="password"], 
#contact-frm select, 
#contact-frm textarea {
    border: 1px solid #ccc;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    float: left;
    font: 12px/14px Calibri, 'Helvetica Neu', Arial, Helvetica, sans-serif;
    padding: 2px;
    margin: 0;    
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: baseline;
  width: 250px;
}

#contact-frm select {
    width: 260px;
}

#contact-frm input[type="email"], 
#contact-frm input[type="text"], 
#contact-frm input[type="tel"], 
#contact-frm input[type="password"], 
#contact-frm textarea {
    padding: 3px 4px;
}

#contact-frm textarea {
    height: 72px;
    min-height: 72px;
    min-width: 250px;
    max-width: 400px;
    overflow: auto;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

#contact-frm [class^="options-set"] ul {
    margin-left: 210px;
}

#contact-frm input[type="checkbox"], 
#contact-frm input[type="radio"] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
    vertical-align: baseline;
}

#contact-frm input[type="radio"] {
    top: 1px;
}

#contact-frm input[type="email"]:focus, 
#contact-frm input[type="text"]:focus, 
#contact-frm input[type="tel"]:focus, 
#contact-frm input[type="password"]:focus, 
#contact-frm select:focus, 
#contact-frm textarea:focus {
  border-color: #1E90FF;
  -khtml-box-shadow: 0 0 4px #1E90FF;
  -moz-box-shadow: 0 0 4px #1E90FF;
  -webkit-box-shadow: 0 0 4px #1E90FF;
  box-shadow: 0 0 4px #1E90FF;
  color:  #444;
}

#contact-frm input[type="file"] {
    font: 12px/normal Calibri, 'Helvetica Neu', Arial, Helvetica, sans-serif;
}

#contact-frm .options-set-inline li {
    display: inline;
    margin-right: 10px;
}

#contact-frm .options-set-inline li:last-child {
    margin-right: 0;
}

#contact-frm .frm-actions {
    background: #ddd;
    padding: 18px 20px;    
    margin: 20px 0 0 5px;
    text-align: right;
    overflow: hidden;
	width: 410px;
}

#contact-frm input[type="button"]::-moz-focus-inner {
    border: 0 none !important;
    padding: 0;
    margin: 0;
}

#contact-frm input[type="button"] {
    -webkit-appearance: button;
    background-color: #0f467c; 
    background-image: -o-linear-gradient(bottom, rgb(15,70,124) 0%, rgb(30,143,255) 50%);
    background-image: -moz-linear-gradient(bottom, rgb(15,70,124) 0%, rgb(30,143,255) 50%);
    background-image: -ms-linear-gradient(bottom, rgb(15,70,124) 0%, rgb(30,143,255) 50%);
    background-image: -webkit-linear-gradient(bottom, rgb(15,70,124) 0%, rgb(30,143,255) 50%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(15,70,124)),
        color-stop(0.5, rgb(30,143,255))
    );
    background-image: linear-gradient(bottom, rgb(15,70,124) 0%, rgb(30,143,255) 50%);
    border: 1px solid #0f467c;
    color: #fff !important;    
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    cursor: pointer;
    display: inline-block;
    font: bold 13px/18px Calibri, 'Helvetica Neu', Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 5px 18px 4px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.75);
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

#contact-frm input[type="button"]:hover {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

#contact-frm input[type="button"]:active {
    top: 1px;
    left: 1px;
}

#contact-frm input[type="button"]:hover {
    background: #082644 none;
}

#contact-frm input[type="button"]:focus {
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}