/*
Theme Name: Delicioso
Support URI: http://www.themesaholic.com/support
Description: Delicioso, a premium Wordpress theme by Themesaholic. Wordpress conversion by Themesaholic.
Author: Themesaholic
Author URI: http://www.themesaholic.com/support/
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://www.themesaholic.com/
Tags: white, brown, green, blue, purple, red, editor-style, custom-menu
*/



@import url("style/menu-style.css");
@import url("style/menus.css");
@import url("style/reset.css");
@import url("style/style.css");

@import url("style/ui-lightness/jquery-ui-1.8.16.custom.css");

::-webkit-input-placeholder {
   color: green;
   font-weight:200;
}

:-moz-placeholder { /* Firefox 18- */
   color: green; 
    font-weight:200; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: green;
    font-weight:200;  
}

:-ms-input-placeholder {  
   color: green;  
    font-weight:200;
}


.myButton
 {
    background:url(images/button1.png) no-repeat #E2E2DE center;
	border: 1px solid #E2E2DE;
    cursor:pointer;
    width: 63px;
    height: 25px;
 }
.myButton:active
	{
		background:url(images/button2.png) no-repeat center; 
		background-color:#B1B1B1;
		border: 1px solid #B1B1B1;
	}
	.myButton:hover
	{
		border: 1px solid #E17C17;
	}
   

