@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet f?r das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
	
	div.error_content { background-color:#FFFFD5; color:#AA0000; }

	div.messages { font-size:1em; letter-spacing:0.03em; line-height:1.5em; padding:15px; margin:5px; }

	div.error_header { font-weight:bold; }

	div.error_messages a { color:#AA0000; text-decoration:underline; font-size:1em; font-weight:bold; }

	input.error[type="text"], input.error[type="password"], select.error, textarea.error { border:2px solid #AA0000; padding:2px; }

	div#error_contactos{ background-color: #FFFFD5; color: #006633; text-align:left; width:435px; }
	
	div.notice_messages a{ color: #006633; text-decoration:underline; }
	
}
