﻿
    /* ---------------------------------------- input text box ------------------------------ */
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], .form-control, textarea, .text1 {
    /*border: 1px solid rgb(128, 128, 128);
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    display: inline-block;
    margin: 0;  
    color:#2E2E2E;
    padding:8px 8px;
   font-family:Arial;
text-transform: uppercase;*/

    display: block;
  width: 80%;

  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

  


input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus,  input[type="tel"]:focus, input[type="text"]:focus, textarea:focus, input[type="url"]:focus,  input[type="textarea"]:focus  {
   /*border-color: #1441f3;  
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
    font-weight:bold;
    color:#2E2E2E;*/

     border-color: #66afe9;
  outline: 0;
   
}
select
{
    display: block;
  width: 80%;

  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 
    }

select:focus {  border: 1px solid #4D90FE;
      border-color: #66afe9;
  outline: 0;

}



/*input[type="submit"], input[type="button"], .btnurl
{
    border-style: none;
	border-color: inherit;
	border-width: 0;	
	color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    overflow: visible;
    padding:5px 25px;
    text-align: center;
    text-transform:uppercase;
    border-radius: 2px 2px 2px 2px;   
    background-color:#66afe9;
      border-radius:25px;
}*/



.btn1
{
    
	color: #fff;    
    background-color:#5cb85c;
  border-radius: 50px;
  padding:10px 15px 10px 25px;
   border:none;
   
}

.btn2
{
    
	color: #fff;    
    background-color:#d9534f;
  border-radius: 50px;
  padding:10px 15px 10px 25px;
   border:none;
   
}

.btn3
{
    
	color: #fff;    
    background-color:#eea236;
  border-radius: 50px;
  padding:10px 15px 10px 25px;
   border:none;
   
}



	

