/** 
 * style.css global settings for empego.net components 
 * 
 * @author Thomas Müller <thomas.mueller@empego.net>
 * @version 1.0 
 * @copyright empego.net
 * @date 2008-03-11 
 */ 
 
 /**
 * usecase
 */
 
 .usecase {
 	padding: 10px;
 }
 
.centered-small {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 10px;
}

.centered-medium {
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px; 
	padding: 10px;
}

/**
 * errormessage
 */
.errormessage {
	border: solid 1px #C11;
	background-color: #EEE;
	padding: 10px;
}

.errormessage h2{
	color: #900;
	font-weight: bold;
	font-size: 1.2em;
}

em.mark-red {
		color: red;
}
/**
 * successmessage
 */
.successmessage {
	border: solid 1px #1C1;
	background-color: #EEE;
	padding: 10px;
}

.successmessage h2{
	color: #090;
	font-weight: bold;
	font-size: 1.2em;
}

div.nextoptions{
	margin: 10px 10px 10px 30px;	
}

div.nextoptions a{
	text-decoration: none;
}

div.localeselector a.current img {
	border: solid 2px darkgrey;
}
