/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl

Comments:	All definitions defined in this stylesheet are used by the Digitalization modules. So make sure that if you use
			your own stylesheet, you define these elements!
*/

* {
	margin:		0px;
	padding:	0px;	
}

p {
	margin-bottom:	15px;
	line-height:	20px;
}

p.message {
	color:	green;
}

p.error_message {
	color:	red;
}

/* FORM ELEMENTS */
input, select, textarea, button, option {
	font-family: 	Verdana;
	color: 			#000000;
	font-size: 		12px;
	margin-bottom: 	1px;
	margin-top: 	1px;
}

form {
	display: 		inline;
}

.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;	
	padding: 		2px;
}

input[type='checkbox'] {
	margin-left: 4px;
}

button, input[type='submit'], .input_submit{
	font-size:			11px;
}

.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

textarea {	
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}