﻿/* MODAL: =modal
-----------------------------------------------------------------------------------------*/
.jqmOverlay { background-color: #000; }
.modal {
	background: url(images/modal_box_bottom.png) 0 bottom no-repeat;
	display: none;
	left: 50%;
	margin-top: 140px;
	margin-left: -253px;
	padding-bottom: 14px;
	position: fixed;
	width: 506px;
	z-index: 200;
	text-align:left;
}
.modal div {
	background: url(images/modal_box_top.png) 0 top no-repeat;
	padding: 23px 31px 8px 31px;
}
.modal a.close {
	position: absolute;
	right: -10px;
	top: -11px;
}
.modal p {
	color: #66645e;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 17px;
}
.modal h2 {
	color: #353431;
	font-size: 1.6em;
	margin-bottom: 9px;
	padding: 7px 0 4px 35px;
}

/* SIGN IN */
#sign_in  h2 { background: url(images/avatar.png) 0 50% no-repeat; }
#sign_in .buttons p { margin-bottom: 0; }
#sign_in .buttons a.close {
	position: relative;
	right: 0;
	top: 0;
}
#sign_in form fieldset {
	border: none;
	border-collapse: collapse;
}
#sign_in form fieldset.inputs { border-bottom: 1px solid #e8e8e8; }
#sign_in form fieldset.buttons {
	border-top: 1px solid #fdfdfd;
	padding-top: 10px;
	overflow: hidden;
}
#sign_in form label {
	color: #666;
	display: block;
	font-weight: bold;
	float: left;
	padding: 6px 10px 0 0;
	text-align: right;
	width: 77px;
}
#sign_in .keeper label {
	color: #666;
	display: inline;
	float: none;
}
#sign_in form input { vertical-align: middle; }
#sign_in form input.text {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	height: 15px;
	padding: 5px 6px;
}
#sign_in form input#email,
#sign_in form input#name { width: 241px; }
#sign_in form input#site { width: 201px; }
#sign_in form input#email.error,
#sign_in form input#name.error {
	padding-right: 61px;
	background: #fff url(images/required.png) no-repeat 197px 6px;
	width: 186px;
}
#sign_in form input#site.error {
	padding-right: 61px;
	background: #fff url(images/required.png) no-repeat 157px 6px;
	width: 146px;
}
#sign_in input.text.dim {
	color: #999;
	font-weight: bold;
}
#sign_in a.forgot {
	color: #adacac;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
}
#sign_in a.forgot:hover { color: #7a7979; }
#sign_in .note {
	color: #66645e;
	display: block;
	font-size: 0.9em;
	margin-left: 87px;
	padding-top: 2px;
}
#sign_in .url { font-weight: bold; }
#sign_in .keeper {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 13px 0 70px;
}
#sign_in .cancel,
#sign_in .sign_in { vertical-align: middle; }

/* THANK YOU */
#thank_you h2 { background: url(images/smiley_sm.png) 0 50% no-repeat; }
#thank_you h2.envelope { background: url(images/envelope.png) 0 50% no-repeat; }

/* ERROR */
#error h2 { background: url(images/frown_sm.png) 0 50% no-repeat; }