html
{
	color: #000000;
	background: #FFFFFF;
}

body
{
	font-family: Verdana, Arial, Tahoma, Georgia;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,caption
{
	margin: 0;
	padding: 0;
}

ul,ol,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,dl,caption,table
{
	margin-bottom: 10px;
}

hr
{
	height: 1px;
	margin: 10px 5% 10px 5%;
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

table, table.ignore-form
{
	border-collapse: collapse;
	border-spacing: 0;
}

th,td
{
	padding: 4px;
	text-align: left;
}

address,caption,cite,code,dfn,em,var,optgroup,th,strong
{
	font-style: inherit;
	font-weight: inherit;
}

code
{
	font-family: courier;
}

th,strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style-position: inside;
}

caption
{
	caption-side: bottom;
	text-align: center;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
	font-family: Arial;
}

table.layout, form table
{
	border-collapse: separate;
	border: none;
	background-color: transparent;
}

table.layout, table.layout th, table.layout td
{
	padding: 0;
	margin: 0;
	background-color: transparent;
}

table.layout th, form th, table.layout td, form td
{
	border: none;
	font-size: 100%;
	background-color: transparent;
}

table.ignore-form label, table.ignore-form input
{
	font-size: 100%;
}

table.form th, table.form td
{
	padding: 4px;
	background-color: transparent;
}

p,li,dt,dd,legend,th,td,caption,label,table.ignore-form th,table.ignore-form td
{
	font-size: 80%;
}

li li
{
	font-size: 100%;
	margin-left: 20px;
}

ol li li
{
	list-style-type: lower-alpha;
}

ol li li li
{
	list-style-type: lower-roman;
}

q:before,q:after
{
	content: '';
}

abbr,acronym
{
	font-variant: normal;
}

/*sup
{
	vertical-align: baseline;
}

sub
{
	vertical-align: baseline;
}*/

img
{
	border: 0;
}

fieldset
{
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	border: 1px solid #95A486;
}

legend
{
	background: #EFF5EA url(../images/fieldset-icon-legend.gif) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	border: 1px solid #95A486;
	color: #3D6611;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select
{
	padding: 2px;
	font-size: 80%;
}

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
 
.clearfix
{
	display: inline-block;
}
 
html[xmlns] .clearfix
{
	display: block;
}
 
* html .clearfix
{
	height: 1%;
	overflow: visible;
}

p.error, p.success, p.notice, p.warning, div.error, div.success, div.notice, div.warning
{
	padding: 10px 0 10px 40px;
	overflow: auto;
}

p.error, div.error
{
	background: #FAEBE7 url(../images/message-icon-error.gif) no-repeat scroll 10px 10px;
	border: 1px solid #F16048;
	color: #DF280A;
}

p.success, div.success
{
	background: #EFF5EA url(../images/message-icon-success.gif) no-repeat scroll 10px 10px;
	border: 1px solid #95A486;
	color: #3D6611;
}

p.notice, div.notice
{
	background: #FFFBF0 url(../images/message-icon-notice.gif) no-repeat 10px 10px;
	border: 1px solid #FFD967;
	color: #3D6611;
}

p.warning, div.warning
{
	background: #E1E1FF url(../images/message-icon-warning.gif) no-repeat 10px 10px;
	border: 1px solid #BBBBFF;
	color: #003399;
}

div.error, div.success, div.notice, div.warning
{
	margin-bottom: 10px;
}

tr.error td
{
	color: #DF280A;
	font-size: 70%;
}

input.error, textarea.error, select.error, span.errorcheckbox
{
	border: 2px solid #D70000;
}

span.errorcheckbox
{
	display: block;
}

table.form span.error-message
{
	font-size: 70%;
	color: #DF280A;
}

table.ignore-form span.error-message
{
	color: #DF280A;
}

th.number, td.number
{
	text-align: right;
}

input.watermark,textarea.watermark
{
	color: #999999;
}
