* {
    margin:0;
    padding:0;
}

body {
	font-size: 100%;
	font-family: Arial;
	color: #646464;
}

p {
	font-size: 12px;
}

h2 {
	font-size: 1em;
}

a:link, a:active, a:visited {
	color: #646464;	
}

a:hover, a:focus {
	color: #000000;	
}

.thick {
	border: 10px solid #CCCCCC;
}

.deck-image {
width:280px;
float:left;
}

.image-box-l {
width:110px;
float:left;
margin-top:15px;
font-size:12px;
text-align:center;

}

.image-box-r {
width:110px;
float:right;
margin-top:15px;
font-size:12px;
text-align:center;

}

#container .last {
	margin: 0;
}

.left {
	float: left;
	clear: both;
}

.right {
	float: right;
	clear: both;
}

/*------------------------------------------------------------------------------
- forms
------------------------------------------------------------------------------*/

.field {
	width: 100%;
	overflow: hidden;
	margin: 0.5em 0;
}

.field label {
	font-size: 0.8em;
	width: 100px;
	display: block;
	float: left;
}

.field input {
	width: 180px;	
}

.field textarea {
	width: 180px;	
}

.button input {
	width: auto;	
}

.select select {
	width: 185px;
}

.checkbox label {
	width: 270px;
	float: left;
	margin-left: 10px;
}

#container form .checkbox input {
	float: left;
	width: auto;
}

ul.errors {
	list-style: none;
	border-bottom: 2px solid red;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

ul.errors li {
	padding-left: 20px;
	background: url(../images/form/icon-error.gif) no-repeat;
	font-weight: bold;
	font-size: 0.8em;
	color: #FF0000;
	margin: 0.3em 0;
}

