/**
* CORE STYLES
*/

@import url(std-layout.css);
@import url(std-typo.css);
@import url(std-colors.css);

/**
* STANDARD MONITOR ONLY STYLES
*/

@import url(std-screen.css) screen and (min-width: 640px)/* and (orientation: landscape)*/;

/**
* MOBILE STYLES
*/
/*@import url(std-mobile.css) only screen and (max-width: 800px);*/
@import url(std-mobile.css) handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px);




select, input {font-size:12px; height: auto; width: auto; border:1px solid #666;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; display:inherit; font-size:18px;}

i{display:none;}