/*  ----------  RESET  ----------  */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	vertical-align: top;
}

ol,ul {
	list-style: none;
}

/*  ----------  COMMON  ----------  */

body {
	background-color: #f4f3f3;
	font-family: trebuchet MS, Arial;
	color: #928888;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin-bottom: 12px;
}

a {
	color: #AC0202;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0px;
	font-size: 18px;
	color: #ac0202;
	margin-bottom: 18px;
	border-bottom: 1px solid #a8a0a1;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	color: #ac0202;
	margin-bottom: 12px;
	font-weight: normal;
}

ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

li {
	padding: 0px 0px 6px 20px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height: 18px;
}

.imageBordered {
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 3px #555555;
  	-webkit-box-shadow: 0 0 3px #555555;
  	box-shadow: 0 0 3px #555555;
  	margin: 0 10px;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 3px #555555;
  	-webkit-box-shadow: 0 0 3px #555555;
  	box-shadow: 0 0 3px #555555;
}

img.floatRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 3px #555555;
  	-webkit-box-shadow: 0 0 3px #555555;
  	box-shadow: 0 0 3px #555555;
}

.error {
	color: #ff0000;
	font-style: italic;
}

/*  ----------  INPUT  ----------  */

input, select, textarea {
	font-family: trebuchet MS, Arial;
	color: #928888;
	font-size: 12px;
}

input[type="text"] {
	border: 1px solid #810000;
	padding: 2px 5px;
	width: 200px;
	height: 18px;
	background: url("../images/gradient_gray.png");
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	border: 1px solid #810000;
	padding: 2px 5px;
	width: 200px;
	height: 100px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"], input[type="button"] {
	background: url("../images/gradient_red.png");
	background-repeat: repeat-x;
	border: 1px solid #810000;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 175px;
}

.select {
	border: 1px solid #810000;
	background-color: #fff;
	width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
