body {
	font-family: Arial, Helvetica, sans-serif;
}

#banner_728x90 img {
	display: block;
}

/*********************************************
Text styles
*********************************************/

h1, h2, h3 {
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #06A7EE;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

li {
	font-size: 14px;
	color: #666;
}

p {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #666;
	line-height: 18px;
}

p.form_message {
	background: #eee;
	border: 1px solid #ddd;
	padding: 6px;
}

.form_error {
	color: #aa0000;
}

.status_error {
	width: 92%;
	color: #aa0000;
	border: 1px solid #aa0000;
	background-color:#FFCACA;
	padding: 6px;
	font-size: 13px;
}

.status_error a {
	color: #333;
}

.status_success {
	width: 92%;
	color: #009933;
	border: 1px solid #009933;
	background-color:#D9FFEC;
	padding: 6px;
	font-size: 13px;
}

p.note {
	clear: both;
	font-size: 11px;
	line-height: 13px;
}

a { 
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.ttip {
	width: 15px;
	height: 15px;
	cursor: help;
	background: transparent url(../images/common/bg_ttip.gif) no-repeat;
}

.print_tag, .print_only {
	display: none;
}




/*********************************************
Form styles
*********************************************/

form {
	display: inline;
	margin: 0;
}

label {
	display: block;
	font-size: 13px;
	color: #444;
	margin: 0 0 3px 0;
}

input, select {
	display: block;
	margin: 0 0 10px 0;
}

input.checkbox {
	margin: 0 6px 0 0;
}

input.text {
	width: 285px;
	padding: 2px;
	background-color: #eee;
	border: 1px solid #eee;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #333;
}

input.orangearrow, input.login_button, input.small {
	border: 0;
	height: 29px;
	padding: 0 8px 4px 0;
	font-size: 13px;
	color: #555;
	cursor: pointer;
}

input.orangearrow {
	width: 150px;
	background: #fff url(../images/common/btn_orangearrow.gif) no-repeat;
}

input.login_button {
	width: 90px;
	background: #ff9933 url(../images/common/btn_login.gif) no-repeat;
}

input.small {
	width: 55px;
	background: #fff url(../images/common/btn_small.gif) no-repeat;
	padding-right: 0;
}

div.submit_recipe {
	float: right;
	padding-right: 16px;
}

/*********************************************
Image styles
*********************************************/

img#captcha {
	display: block;
	margin: 5px 0;
}

/*********************************************
Tooltips
*********************************************/

.toolTip {
	visibility: hidden;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 200px;
	height: auto;
	font-size: 13px;
	opacity: 0.8;
}

.toolTipTop {
	height: 12px;
	overflow: hidden;
	background: transparent url(../images/common/bg_ttip_top.gif);
}

.toolTipMid {
	padding: 0px 12px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #f4f4ef;
}

.toolTipBot {
	height: 27px;
	overflow: hidden;
	background: transparent url(../images/common/bg_ttip_bot.gif);
}

/*********************************************
Intro
*********************************************/

.modalBlocker {
	position: absolute;
	z-index: 998;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50); -moz-opacity:.50; opacity:.50;
}

.introWrapper {
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.introFrame {
	width: 640px;
	height: 490px;
	margin: 60px auto;
	background: #fff;
	border: 1px solid #000;
}



/*********************************************
reCaptcha
*********************************************/

p.error {
	font-weight: bold;
	color: #000;
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
	padding: 10px;
}