/* Start of CMSMS style sheet 'ambergold_forms' */
#search {

}

#search .search-input {
color: #cac4c4;
border: 1px solid rgb(240, 240, 240);
width: 155px;
height: 25px;
text-shadow: 0px 1px 0px #fff;
border-radius: 15px;
padding-left: 10px;
padding-right: 8px;
background: rgba(240, 240, 240, 0.56);
}


#search .search-button {
border: none;
width: 22px;
height: 22px;
background: url(http://ambergold.ru/uploads/images/search/search.png);
background-size: cover;
opacity: 0.3;
filter: alpha(opacity=30);
}

#search .search-button:hover {
border: none;
width: 22px;
height: 22px;
background: url(http://ambergold.ru/uploads/images/search/search.png);
background-size: cover;
opacity: 0.7;
filter: alpha(opacity=70);
cursor: pointer;
}

.contact-input input {
color: #91a1ad;
border: none;
width: 186px;
height: 25px;
background: url(http://ambergold.ru/uploads/images/search/input_cont.jpg) no-repeat transparent;
text-shadow: 0px 1px 0px #fff; 
-moz-text-shadow: 0px 1px 0px #fff; 
-webkit-text-shadow: 0px 1px 0px #fff; 
}

.contact-textarea textarea {
color: #91a1ad;
border: none;
width: 444px;
height: 202px;
background: url(http://ambergold.ru/uploads/images/search/textarea.jpg) no-repeat transparent;
text-shadow: 0px 1px 0px #fff; 
-moz-text-shadow: 0px 1px 0px #fff; 
-webkit-text-shadow: 0px 1px 0px #fff; 
}



*:focus {outline: none;}
/* End of 'ambergold_forms' */

