@font-face {
	font-family: 'Ubuntu-R';
	src: url('webfont.eot'); /* IE9 Compat Modes */
	src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*  url('webfont.woff') format('woff'),  Modern Browsers */
	url('fonts/Ubuntu-R.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
	background:#E1E1E1;
	font-family: Ubuntu-R;
	size: 14px;
	color: #303030;
}
h4 {
	font-size: 17px;
	font-weight: bold;
}
a { 
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
a:hover{
	text-decoration: inherit;
	color: inherit;
}
label {

}

/* STATUS*/

.success {
	font-size: 11px; 
	padding: 6px 0px;
	color: green;
}
.error, error {
	font-size: 11px; 
	padding: 6px 0px;
	color: red;
}