@charset "utf-8";

img
{
	border: 0;
}

p
{
	line-height: 18px;
}
#canvas
{
	margin: 28px auto 0 auto;
	width: 500px;
}

h1
{
	color: #1e1e1e;
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

a#closeDialog
{
	background-image: url(/res/images/close.gif);
	color: #db022f;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	right: 25px;
	text-decoration: none;
	padding-left: 23px;
	background-position: left top;
	background-repeat: no-repeat;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	color: #1e1e1e;
}


#useSequence
{
	display: none;
	margin: 0 auto;
	width: 137px;
}

#useSequence.active
{
	display: block;
}


/* Converter. */

#converterNotice
{
	margin: 18px 11px 0 11px;
}

.label
{
	color: #5F5F5F;
	display: block;
	line-height: 20px;
	margin-left:11px;
}

.input_one
{
	float:left;
	margin-left:11px;
	margin-top:5px;
	margin-bottom:11px;
}

.input_three
{
	margin-left:11px;
}

.one_letter_title_label
{
	margin-left:115px;
	margin-top:5px;
}

.convert_btn
{
	float:left;
	margin-left:11px;
	margin-top:5px;
	margin-bottom:11px;
}

#canvas.requestAQuote a#closeDialog
{
	right: 0;
}

input.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #A4A4A4;
	padding: 4px;
	color:#6E6E6E;
}

