﻿@charset "UTF-8";
body {
	font-size:10pt;
	font-family:arial,sans-serif;
	color:#000;
	background-color:#fff;
	padding:10px 0 50px 0;
}

img {
	border:none;
}

h1, h2 {
	font-weight:bold;
	color:#ed053e;
	clear:both;
}

h1 {
	font-size:15pt;
}

h2 {
	font-size:13pt;
}

div#content {
	width:700px;
	margin:0 auto;
}

div.warning {
	padding:6px 10px 10px 30px;
	background:#ffd889 url('/img/warning.gif') 5px 5px no-repeat;
	border:1px solid #f60;
	color:#f60;
	margin:20px 0;
}

div.preview a {
	margin-right:10px;
}

fieldset legend {
    color:#335ea8;
    border:1px solid #ccc;
    padding:2px 5px;
	background:#fff url('/img/thback.gif') top left repeat-x;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

fieldset {
	padding:10px;
    border:1px solid #ccc;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

input[type="text"] {
	border:1px solid #ccc;
	width:300px;
}

input[type="text"]:focus {
	background-color:#ffc;
}

input[type="submit"] {
	float:right;
	margin-top:10px;
}

input.long {
	width:550px;
}

textarea {
	width:100%;
	font-size:10pt;
	font-family:arial,sans-serif;
}

dd,dt {
	margin-bottom:10px;
}

dd ul {
	list-style-type:none;
	maring:0;
	padding:0;
}

dd ul li {
	display:block;
	float:left;
	width:24%;
}

label {
	cursor:pointer;
}
