/* 
	default css properties
	byO
	v0.3
*/

html {
	height: 100%;
}

body {
	height: 100%;
	
	padding: 0px; /* opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* forms */
form {
	margin: 0px;
}

input,
select,
textarea {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.xs,
select.xs,
textarea.xs {
	width: 15px;
}

input.s,
select.s,
textarea.s {
	width: 50px;
}

input.m,
select.m {
	width: 150px;
}

input.l,
select.l {
	width: 250px;
}

input.xl,
select.xl {
	width: 350px;
}

input.xl2
{
width:280px;
}

input.date {
	width: 70px;	
}

input.xxl,
select.xxl,
textarea.m,
textarea.l,
textarea.xl,
 {
	width: 450px;
}
textarea.xxl{
width:608px;
}

textarea.m {
	height: 100px;
}

textarea.l {
	height: 200px;
}
textarea.l2
{
width:400px;
height:150px;
}

textarea.xl {
	height: 300px;
}

textarea.xxl {
	height: 400px;
}

input.button {
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid #333333;
}
a.button {
	padding: 1px 5px 1px 5px;
	font-size: 10px;
	color:#000000;
	text-decoration:none;
	background-color:#ECE9D8;
	border: 2px solid #333333;
}


/* /forms */

/* links */
a img {
	border: none;
}
/* /links */

div.cleaner { /* v0.3 */
	line-height: 0.1px;
	height: 0px;
	clear: both;
}

div.cleaner-left { /* v0.4 */
	line-height: 0.1px;
	clear: left;
}

div.img-loading {
	display: none;
}
