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

html {
	min-height: 100%;
	overflow: scroll;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif normal;
	color: #767676;
	background: white;
	text-align: center;
    background-color: white;
}
/* -- structure --*/
#container {
	margin: 0 auto;
	clear: both;
	width: 800px;
}
#header {
	width: 100%;
	background: #f3f4f6 url(images/header_bg.png) repeat-x 0 0;
	height: 100px;
	clear: both;
}
#header_rdr {
	text-align: center;
	margin: 0 auto;
}
/* -- general styles -- */
a, a:visited {
	color: #5bb3c9;
	text-decoration: none;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: bold;
	letter-spacing: 1px;
}

#ar {
	color: #993300;
	text-decoration: none;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 14px;
}

a:hover {
	text-decoration: none;
	color: #f18b1e;
}
.clear {
	clear: both;
}
form {
	padding: 0;
	margin: 0;
}
/* -- container styling --*/
#welcome {
	text-align: center;
	width: 670px;
	margin: 0 auto;
}
#welcome h1 {
	margin: 20px 0;
	font: 18px Arial, Helvetica, sans-serif bold;
	color: #1a4978;
	text-align: left;
}
#container_fmt {
	margin: 0 auto;
	text-align: center !important;
	width: 670px;
}
#container_top {
	margin: 0;
	background: url(../images/container_top.png) no-repeat 0 0;
	height: 20px;
}
#container_rdr {
	margin: 0;
	background: url(../images/container_rdr.png) repeat-y 0 0;
}
#container_btm {
	margin: 0;
	background: url(../images/container_btm.png) no-repeat 0 0;
	height: 20px;
}
/* -- form styles --*/
.form_fmt {
	clear: both;
	width: 610px;
	margin: 0 auto;
	text-align: center;
	background: #f8f8f8;
	margin-bottom: 15px;
}
.form_hdr {
	clear: both;
	text-align: left;
	height: 35px;
}
.form_rdr {
	clear: both;
	text-align: left;
	padding: 10px;
	background: #f8f8f8;
}
.form_btm {
	clear: both;
	height: 5px;
	background: #f8f8f8;
}
.form_btn {
	clear: both;
	background: #f0f2f5;
	padding: 20px 20px 5px 10px;
	margin: 15px 0 0 0;
	text-align: right !important;
}
.form_btn input {
	margin: 0 4px;
}
.form_rdr table {
	margin: 0 10px;
	padding: 0;
	width: 580px;
}
.form_rdr td {
	margin: 0;
	padding: 5px 0;
	text-align: left;
}
.form_rdr td.left_col {
	width: 250px;
}
.form_rdr td.right_col {
	width: 330px;
}
.form_rdr td.right_col_long {
	width: 370px;
}
.form_rdr td.hdr {
	font-weight: bold;
}
.form_rdr td.button {
	margin: 0;
	padding: 5px 5px 5px 0;
	text-align: right;
}
.form_rdr td.snapshot {
	margin: 0;
	padding: 5px 0;
	text-align: left !important;
}
.form_rdr td.snapshot div.preview {
	width: 550px;
	height: 32px;
	background: #f0f2f5;
	border: 1px solid #c8d5e5;
	margin: 0 5px;
    font-weight: bold;
    padding: 5px 5px;
}
.form_rdr td.snapshot div.redpreview {
	width: 550px;
	height: 32px;
	background: #f0f2f5;
	border: 1px solid #c8d5e5;
	margin: 0 5px;
    color: #993300;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px;
}
#redpreview {
	width: 550px;
	height: 32px;
	background: #f0f2f5;
	border: 1px solid #c8d5e5;
	margin: 0 5px;
    color: #993300;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px;
}
.form_rdr td.snapshot div.preview#domain {
	height: 50px;
}
.form_rdr input.long {
	width: 320px;
}
.form_rdr input.short {
	width: 160px;
}
.form_rdr select.short {
	width: 160px;
}
.notation {
	font-size: 11px;
	font-style: normal;
	color: #f8993e;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}
.shortNotation {
    width: 160px;
	font-size: 11px;
	font-style: normal;
	color: #f8993e;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}