@charset "utf-8";
/* CSS Document */

#text
{
float:left;
width:100px;
}

/*CSS for dropdown box*/
/*select
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
select: hover
{
width: 200px;
height: 29px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}*/

/*CSS for input textbox and password*/

input[type='text'], input[type='password']
{
/*width: 200px;*/
/*height: 22px;
border-radius: 10px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 20px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;*/


}

input[type='text']:hover, input[type='password']:hover
{
/*width: 200px;*/
/*height: 22px;
border-radius: 10px;
border: 1px solid #aaa;
padding: 8px;
font-weight: 200;
font-size: 20px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;*/
}

/*CSS for textarea*/

textarea
{
width: 200px;
height: 90px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}
textarea:hover
{
width: 200px;
height: 90px;
border-radius: 3px;
border: 1px solid #aaa;
padding: 8px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}

/*input type for submit button*/

input[type='submit']
{
width: 140px;
height: 37px;
border: 2px solid white;
background-color:#CCC;

font-size: 20px;
font-family: Verdana;
border-radius: 10px;
cursor:pointer;
}
input[type='submit']:hover
{
width: 140px;
height: 37px;
border: 2px solid white;
background-color:#336699;
color:#fff;

font-size: 20px;
font-family: Verdana;
border-radius: 10px;
cursor:pointer;
}
input[type='button']
{
width: 140px;
height: 37px;
border: 2px solid white;
background-color:#CCC;

font-size: 20px;
font-family: Verdana;
border-radius: 10px;
cursor:pointer;
}
input[type='button']:hover
{
width: 140px;
height: 37px;
border: 2px solid white;
background-color:#336699;
color:#fff;

font-size: 20px;
font-family: Verdana;
border-radius: 10px;
cursor:pointer;

}
.embossed {
border-top: #ccc 1px solid;
  border-right: #ccc 5px solid;
  border-bottom: #777 1px solid;
  border-left: #777 1px solid;
box-shadow: 0 0 10px 5px rgba(0,0,0,.35);
}
/*.embossed:hover{
    
    width:140px;
    height:200px;
    
	border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #777 1px solid;
  border-left: #777 1px solid;
box-shadow: 0 0 10px 5px rgba(0,0,0,.35);
	
}*/

#search input[type="text"] {
background: url(../images/search-white.png) no-repeat 10px 6px #cc9b5c;
    border: 0 none;
    font: bold 16px Arial,Helvetica,Sans-serif;
	color: #653b06;
    
    width:150px;
    padding: 3px 15px 3px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	
	
    }

#search input[type="text"]:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #653b06;
    width: 150px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
	
	.styled-select{
		background: url(../images/select-white.png) no-repeat 10px 6px #cc9b5c;
    border: 0 none;
    font: bold 15px Arial,Helvetica,Sans-serif;
    color: #653b06;
    width:210px;
		padding: 3px 15px 3px 35px;
	    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
   /* text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
		
		
/*		background: #444;
    border: 0 none;
    font: bold 14px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:170px;
    padding: 6px 15px 6px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;*/
		
		/*color:#FFFFFF;
	width:200px;
    height: 30px;
    line-height: 21px;
    overflow: hidden;
    border: 1px solid #27292c;
    border-radius: 25px;
    background: url('bg.png') no-repeat right #444;
    box-shadow:inset 0 0 1px #393939;
    -moz-box-shadow:inset 0 0 1px #393939;
    -webkit-box-shadow:inset 0 01px #393939;*/
}
.styled-select select {
    -webkit-appearance: none;
    -moz-appearance: window;
    background: transparent;
    width: 100%;
    wid\th: 112%;   /* IE hack */
    padding: 1px 20px 0 3px;
    border: 0;
}

input::-webkit-input-placeholder{
  color: #653b06;
}
input:-moz-placeholder{
  color: #653b06;
}
.link{
	
	}

