input {
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
}
input[type="text"], input[type="email"], input[type="number"] {
    width: 100%;
	height: 35px;
}

select {
    border: 1px solid #999;
    height: 35px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
    width: 92%;
}

input[type=radio] {
    height: 15px;
}

input[type=submit], input[type=reset] {
    width: 130px;
    font-size: 100%;
    height: 45px;
    text-transform: uppercase;
    padding: 10px;
}

button[type=submit], button[type=reset] {
    width: 130px;
    font-size: 100%;
    height: 45px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
}

textarea {
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
}

label {
    color: #000000;
    line-height: 2;
}

.noshow {
    display: none;
}

label.error {
    margin-left: 10px;
    width: auto;
    display: block;
    color: #C20000;
}

label {
    width: 100%;
}

.PhoneNoContainer {
    color: #000;
}

#phonearea, #phoneexch{
    width: 19%;
}

#phoneno{
    width: 23%;
}

.TitleHelp {
    cursor: pointer;
}

.red {
    color: #ff0000;
    font-weight: bold;
}

#TitleHelp .modal-body {
    padding: 0px;
    text-align: center;
    overflow: hidden;"
}

#tagNo {
    font-weight: bold;
}

#helpIcon, #captcha_icon, #refreshIcon{
    
    width:30px!important;
    height:30px!important;
}

#captcha > div {
	width: 100% !important;
	margin-bottom: 20px;
}

#captcha_response {
  position: relative;
  left: 0px;
  top: 5px;
  width: 75%;
  padding: 5px;
  background-color: #ccc;
  color: #000;
  border-radius: 6px;
}

#captcha_options {
  
  background-color: #CCC!important;
 
}

.txtInput{border:2px;}

@media (max-width: 799px) {
    #.spanBlank {
        display: none;
    }
}

@media (min-width: 996px){
.row-fluid .span4 {
  width: 30%;
}
.row-fluid .span6 {
  width: 47%;
}

.well-small {
  padding:30px 5px;
  
}

#captchaContainer {
  padding: 10px;
}
}

   #submitResults {
  font-weight: 400;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 90px 10px #E9E9E9;
  box-shadow: inset 1px 1px 90px 10px #E9E9E9;
  padding: 10px;
  min-height: 40px;
  display: none;
  line-height:30px;
  margin-bottom:30px;
}
  #submitResults p {
  color:#004785!important;
}

#captchaContainer {
  
  margin: auto;
}

.-spacer{min-height:1px!important;}
