/********** Forms *********/
.f1_form {
	margin: 60px auto;
	padding: 10px;
	font-size: 100%;
	background: #CCC;
	text-align: left;
	border: 1px solid #AAA;
	text-align: left;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 8px 8px 6px #888;	
}
.f1_header {
	padding: 10px 30px; 
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 4px solid #999;
}
.f1_header h2{
	color: #000;
}
.f1_body {
	padding: 3px;
	text-align: left;
	background: #CCC;
}
.f1_field {
	margin: 10px;
}
.f1_group legend {
	margin-left: 7px;
	padding: 0 4px;
}
.f2_field {
	margin: 10px;
}
.f2_field input {
	margin: 5px 5px 5px 10px;
}
.f2_field label {
}
.f3_field {
	text-align: center;
}
.f1_buttons {
	padding: 10px;
	text-align: right;
	border-top: 4px solid #AAA;
}
.f1_buttons input{
	padding: 10px 20px;
	font-weight: bold;
	background-color:#004080;
	color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration: none;
	box-shadow: 4px 4px 4px #888;	
}
.f2_button {
	font-size:120%;
	float: right;
	background-color:#b30000; 
	cursor:pointer;
	margin-right: 10px;
	padding:10px 20px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #CCC;
	text-decoration: none;
	box-shadow: 2px 2px 2px #888;	
}
.f2_button:hover {color:#FFF;background:#ff1717; box-shadow: -1px -1px -1px #888; }
.f3_button {
	font-size:120%;
	background-color:#b30000; 
	cursor:pointer;
	padding:10px 20px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #CCC;
	text-decoration: none;
	box-shadow: 2px 2px 2px #888;	
}
.f3_button:hover {color:#FFF;background:#ff1717; box-shadow: -1px -1px -1px #888; }
.f4_button {
	font-size:120%;
	background-color:#b30000; 
	cursor:pointer;
	padding:4px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #CCC;
	text-decoration: none;
	box-shadow: 2px 2px 2px #888;	
}
.f4_button:hover {color:#FFF;background:#ff1717; box-shadow: -1px -1px -1px #888; }


.f1_left_col {
	float: left;
}
.f1_right_col {
	float: right;
}
.f1_image {
	margin: 10px;
}
#f1_slide {
	margin: 10px auto;
	width: 340px;
	background-color: #FFFFDD;
}
.f1_label {
	color: #111;
	font-weight: bold;
	margin: 12px 4px;
}
.f1_req {
	color: #FF0000;
	font-weight: normal;
}
.f1_error {
	font-size: 70%;
	color: #FF0000;
	background-color : #FFFFCC;
	font-weight: normal;
}
.f1_note {
	font-size: 80%;
	font-weight: normal;
	color: #AAAAAA;
	margin-left: 10px;
}
.td_form {
	width: 800px; 
	margin: 0px auto;
	padding: 10px;
	font-size: 100%;
	background: #EEEEEE;
	text-align: center;
}
.td_maintable {
	background-color: #CCC;
	padding: 0;
	text-align: left;	
}
.td_header {
	color: #FFFFFF;
	font-size: 120%;
	background-color: #222;
	padding: 10px 0 10px 30px; 
}
.td_normal {
	background-color: #CCCCCC;
	padding: 5px;
}
.td_element {
	text-align : left;
}
.td_text {
	background-color: black;
}
.td_label {
	color : black;
	vertical-align : top;
	white-space: nowrap;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
.td_note {
	font-size: 80%;
	background-color : #CCCCCC;
	text-align : left;
	color : #777777;
	white-space: nowrap;
}

.td_req {
	font-size: 90%;
	color: #9999CC;
	background-color : #FFFFCC;
}

.d_req {
	font-size: 100%;
	color: red;
}

.td_error {
	font-size: 70%;
	color: red;
	background-color : #FFFFCC;
}
.td_button {
	background-color: #555555;
	margin: 10px;
	padding: 10px 20px 10px 0;
	text-align: right;
	border: 1px solid #BFBAB0;
}
.form_button {
	float: right;
	background-color: #CC0000;
	margin: 2px;
	padding: 1px;
	text-align: right;
	border: 1px solid #BFBAB0;
}
.td_btnArea {
	border : thin solid #D0D0D0;
	background-color : #FF9900;
	text-align: center;
}
.td_formlabel {
	background-color: #FFFFCC;
	text-align: right;
	padding: 0 1em 0 1.3em;
}
.d_formlabel {
	float: left;
	text-align: left;
	padding: 0 1em;
}

.td_select_long {
	width: 28em;
}
.helptip img{
	display:inline;
	margin: 0 3px;
}

.tooltip {
	background-color:#003853;
	border:1px solid #fff;
	padding:10px 15px;
	width:300px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.tooltip h3{
	margin: 4px 1px 6px;
	padding: 3px 0;
	color:#62ccff;
	border-bottom: 1px dotted #FFF;
	text-align: center;
}
.tooltip dt{
	color: #97ddff;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0 0;
}
.tooltip dd{
	padding: 0 6px;
}
.tooltip hi{
	color: #ffff00;
	font-size: 110%;
}

#terms {
	font-size: small;
	text-align: left;
}
#terms a{color: #0077b0; text-decoration: none;}
#terms a:hover{color: #009be6; text-decoration: none;}

#set_website_hosted {
	background: #DDD;
	text-align: left;
	border: 1px solid #AAA;
	text-align: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px #888;	
}
#overlay {
	color:#003651;
	cursor:pointer;
	background-color: #FFF;
	border: 20px solid #880000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 15px #111;	
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	overflow-y:auto;
}
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
/* background-image:url(http://artnuvi.com/assets/white.png);*/
	/* 	width after the growing animation finishes height is automatically calculated */
	width:740px;		
	/* some padding to layout nested elements nicely  */
	padding:10px;
	/* a little styling */	
	font-size:11px;
}

.apple_overlay .close {
	background-image:url(http://artnuvi.com/assets/close.png);
	position:absolute; right:0; top:0;
	cursor:pointer;
	height:35px;
	width:35px;
}




