/* 
    Document   : site
    Created on : 11-sep-2011, 17:00:36
    Author     : jaap
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#page-def {
	position: absolute;
	top: 0px;
	height: 22px;
	width: 100%;
	background-color: #111111;
}
#page-edit {
	padding: 4px;
	margin-top: 0px !important;
	position: relative;
	text-align: right;
	font-family: Helvetica;	
}
.page-link {
	color: gray !important;
	font-family: Helvetica !important;
	text-decoration: none !important;
}
.page-edit-button {
	right : 5px;
	top: 5px;
	position: absolute;	
}

/* the form definition */
.row label {
	margin: 3px;
	display: block;
}
input, textarea, select {
	font-family: sans-serif;
	font-size: 14px;
	width: 250px;
}
.buttons input {
	width: 100px;
}
textarea {
	width: 100%;
}
.required {
	color: red;
}