@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

textarea, select, input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;	
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;	
	font-weight: normal;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 12px;
}

h3 {
	font-size: 12px;	
}

h4, h5, h6 {
	font-size: 11px;	
	font-weight: bold;
}

a {
	outline: 0;
	text-decoration: none;	
}

a img {
	border: none;	
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a em {
	text-decoration: underline;
	font-style: normal;	
}

textarea, input, select {
	outline: none;
}

textarea {
	resize: vertical;
}

abbr {
	border-bottom: 1px dotted;	
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.center {
	text-align: center;	
}

.alignRight {
	text-align: right;	
}

.alignLeft {
	text-align: left;	
}

.bold {
	font-weight: bold;	
}

.block {
	display: block;	
}

.hidden {
	display: none;
}

.clearboth {
	clear: both;
	height: 0px;
	display: block;
}

.clearright {
	clear: right;
	height: 0px;
	display: block;
}

.clearleft {
	clear: left;
	height: 0px;
	display: block;
}

input[type=submit]{
	cursor: pointer;
}

del {
	text-decoration: line-through;
}

div.WarningFail {
	text-align: center;
	margin: 50px 40px;
	padding: 15px;
	color: #ff5555;
	background: #ffffff;
	border: 1px solid #ff0000;	
}

div.WarningFail a {
	font-weight: bold;
	color: #ff5555;
}

div.WarningSuccess {
	text-align: center;
	margin: 50px 40px;
	padding: 15px;
	color: #0e8219;
	background: #ffffff;
	border: 1px solid #0e8219;	
}

div.WarningSuccess a {
	font-weight: bold;
	color: #0e8219;
}
