/* General settings */
body {
	font-size: 12px;
	font-family: Arial;
}

/* All headers */
h1 {
	font-size: 14px;
	font-weight: bold;
}

/* Label for error and success messages */
.lbl_error {
	color: red;
	font-weight: bold;
}

.lbl_success {
	color: green;
	font-weight: bold;
}

/* All input fields */
.inputField {
	
}

/* All buttons 
.button {
	color: black;
	border: 1px solid black;
}
*/

/* Clear button (create or update profile) */
.lnkClear{
	color:gray;
	text-decoration: none;
	border: 1px solid gray;
	padding-left: 3px;
	padding-right: 3px;
}

/* Profiles header */
.profiles_header {
	font-weight: bold;
}

/* Progressbar */
.progressBar {
	background-color: maroon;
}