﻿/* Newsletter */

#newsletter fieldset {
	margin:0;
	padding:0;
	border:0;
}

#newsletter input.newsEmail {
	width:150px;
	text-align:center;
	font-size:11px;
	color:#666;
	border:1px solid #c5b440;
	margin:0 0 10px;
	padding:3px;
	-webkit-box-shadow:1px 1px 0 #fff;
	-moz-box-shadow:1px 1px 0 #fff;
}

#newsletterHeader input.newsEmail {
	width:150px;
	text-align:center;
	font-size:11px;
	color:#666;
	border:1px solid #c5b440;
	margin:0 0 10px;
	padding:3px;
	-webkit-box-shadow:1px 1px 0 #fff;
	-moz-box-shadow:1px 1px 0 #fff;
}

#newsletterHeader fieldset {
	margin:0;
	padding:0;
	border:0;
}

#newsletter input#newsSubmit {
	width:90px;
	height:26px;
	background:url(images/newsletter-subscribe.png) top left no-repeat;
	border:0;
	cursor:pointer;
}

#newsletterHeader input#newsSubmit {
	width:90px;
	height:26px;
	background:url(images/newsletter-subscribe.png) top left no-repeat;
	border:0;
	cursor:pointer;
}

/* Search */

#search fieldset {
	width:500px;
	margin:0 auto;
	padding:0;
	border:0;
}

#search label {
	font-family:Georgia, Garamond, "Times New Roman", serif;
	font-size:16px;
	text-shadow:1px 1px #fff;
	display:block;
	text-align:right;
	width:110px;
	padding:1px 5px 0 0;
	float:left;
	clear:left;
}

#search input#keyword, #search input#place, #search input#what {
	width:200px;
	float:left;
	margin:0 0 10px;
	padding:3px;
	font-size:11px;
	color:#666;
	border:1px solid #929394;
	-webkit-box-shadow:1px 1px 0 #fff;
	-moz-box-shadow:1px 1px 0 #fff;
}

#search input#searchSubmit {
	float:right;
	width:143px;
	height:35px;
	margin:-25px 0 0;
	border:0;
	cursor:pointer;
	background:url(images/search-button.png) top left no-repeat;
}

#search input#searchSubmit:active {
	background:url(images/search-button.png) top right no-repeat;
}

/* Advertise */

#advertise input.button {
	display:block;
	width:87px;
	height:38px;
	background:url(images/advertise/button.png) top left no-repeat;
	border:none;
	cursor:pointer;
	font-size:14px;
}

#advertise input.button:active {
	background:url(images/advertise/button.png) top right no-repeat;
}

#advertise fieldset, #advertise legend {
	border:none;
	margin:0 0 1px;
	padding:0;
	overflow:hidden;
}

#advertise legend {
	display:none;
}

#advertise label {
	display:block;
	width:145px;
	font-size:16px;
	color:#172330;
	text-align:right;
	margin:3px 10px 0 0;
	float:left;
	text-shadow:1px 1px 0 #fff;
	font-weight:bold;
	line-height:18px;
}

#advertise label.radioLabel {
	width:100px;
	font-size:14px;
	font-weight:bold;
	margin:10px 5px 0 0;
}

#advertise label.terms {
	float:left;
	font-weight:normal;
	font-size:11px;
	width:auto;
	text-shadow:none;
	margin:0;
}

#advertise input.terms {
	float:left;
	margin:0 5px 0 20px;
}

#advertise input.radio {
	float:left;
	margin:15px 0 0;
}

#advertise select {
	width:250px;
	margin:8px 0 0 25px;
	background:#fff;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border:1px solid #ccc073;
}

#advertise select#adCategory, #advertise select#listCat {
	margin:0 1px;
}

#advertise option {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#advertise input.normalInput {
	width:363px;
	height:42px;
	background:url(images/advertise/normal-input.png) top left no-repeat;
	border:none;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 10px;
	line-height:42px;
}

#advertise textarea {
	width:363px;
	height:84px;
	max-width:363px;
	max-height:84px;
	padding:10px;
	background:url(images/advertise/textarea.png) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	border:none;
}

#advertise p {
	margin:10px 0;
	padding:0;
	overflow:hidden;
}

#advertise div.divider {
	height:2px;
	border:none;
	background:url(images/advertise/divider.png) top left repeat-x;
	margin:5px 0;
}

#advertise span.microCopy {
	font-size:10px;
	text-shadow:none;
	font-weight:normal;
}

/* Universal */

input[type="text"]:focus {
	color:#222 !important;
}
