@charset "UTF-8";
/* CSS Document */

/* DEFAULT STYLES
/ ---------------------------------------------------------- */

img, div { behavior: url(plugins/pngfix/iepngfix.htc); }

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

input {
	border: 1px solid;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 16px;
}