/* 
Feed My Inbox Popup Stylesheet
Questions/Comments: help@feedmyinbox.com
*/

body {
	font-family: "Lucida Grande", Geneva, Tahoma, Helvetica, sans-serif;
	background:#ededed;
}

/* layout styles */
#wrap {
	margin:0 auto;
	width:491px;
	padding:1em 0 0 0;
}

#header {
	width:491px;
	height:65px;
	text-indent:-9000px;
	background:url(../images/sprite_popup.png) no-repeat 0 0;
}

#content {
	position:relative;
	padding:1em 2.3em 1em 2em;
	background:url(../images/popup_content_bg.png) repeat-y 0 0;
}

#contentBtm {
	width:491px;
	height:25px;
	background:url(../images/sprite_popup.png) no-repeat 0 -66px;
}

/* text styles */
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size:2.1em;
	color:#D56B14;
}

h2 {
	position:relative;
	font-size:1.9em;
	line-height:1.2em;
	margin-bottom:1.5em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2.good, h2.warning, h2.error {
	font-size:1.7em;
	padding:1em 1em 1.7em 110px;
}

h2.good {
	color:#438832;
	background:#E7F8D3;
	border:1px solid #C6DCB9;
}

h2.warning {
	color:#E47A27;
	background:#FEF4BF;
	border:1px solid #F6D7B2;
}

h2.error {
	color:#AE2221;
	background:#FDE2E0;
	border:1px solid #E0B5B4;
}

h2.warning strong {
	color:#3E3E42;
}

h2 span {
	position:absolute;
	width:62px;
	height:57px;
	top:20px;
	left:26px;
	background:url(../images/icons.png) no-repeat;
}

h2.good span {
	background-position:0 0;
}

h2.warning span {
	background-position:-62px 0;
}

h2.error span {
	background-position:-124px 0;
}

p.conf {
	margin-bottom:0;
}

p.disclaimer {
	font-size:.9em;
	color:#999;
}

fieldset ul {
	margin:0;
}

fieldset li label {
	width:130px;
}

/* content area */
.nowWhat {
	text-align:center;
}

.nowWhat h3 {
	margin-bottom:.5em;
}

.nowWhat h4 {
	font-weight:normal;
	margin-bottom:0;
}

.nowWhat h4 a {
	padding:0 .5em;
}

/* form buttons */
input#submitBtn {
	display:block;
	width:106px;
	height:52px;
	background-position:-301px 0;
	border:0;
	padding:0;
	margin:1.2em auto 0 auto;
	text-indent:-9000px;
}

input#submitBtn:hover {
	cursor:pointer;
	background-position:-301px -53px;
}

input#updateBtn, input#confirmBtn {
	width:84px;
	height:40px;
}

input#updateBtn {
	margin-left:107px;
	background-position:-341px -265px;
}

input#updateBtn:hover {
	background-position:-426px -265px;
}

input#confirmBtn {
	float:left;
	margin-left:115px;
	background-position:-171px -266px;
}

input#confirmBtn:hover {
	background-position:-256px -266px;
}

form#addAnother label {
	font-size:1.2em;
	padding-top:.6em;
	width:170px;
}

form#addAnother input {
	width:230px;
	border:1px solid #BEBEBE;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.4em;
	padding:0.4em 0.6em;
}

form#addAnother input#submitBtn {
	width:106px;
	height:52px;
	border:0;
	padding:0;
	background:url(../images/sprite_popup.png) no-repeat -492px 0;
}

.ie input#submitBtn {
	font-size: 0px;
	display:block;
	line-height: 0px;
}

form#addAnother input#submitBtn:hover {
	cursor:pointer;
	background-position:-492px -53px;
}

form#addAnother li label.cb {
	float:none;
	width:auto;
	font-weight:normal;
}

form#addAnother li label.cb input {
	margin-right:5px;
	width:auto;
	border:0;
}

.mac form#addAnother li label.cb input {
	position:relative;
	bottom:2px;
}

/* footer */
#footer {
	font-size:.9em;
	padding-top:1em;
	color:#666;
	text-align:center;
}

#footer p.links {
	margin-bottom:.5em;
}

#footer p.links a {
	padding:0 1em;
	color:#666;
	text-decoration:none;
	border-right:1px solid;
}

#footer p.links a:hover {
	text-decoration:underline;
}

#footer p.links a.last {
	border-right:0;
}
