.advertise_text{
	margin:0 0 10px;
}

.advertise_form table span, .advertise_text span{
	color:#e40073;
}

.formbox {
	padding:0 0 30px;
}
	


.stn-form {
	padding:0px !important;
}

.stn-form label em.required {
	position:static !important;
	color: #e40073;
}

.advertise_form table{
	width:732px;
	border-collapse:collapse;
	margin:0 0 20px;
}

.advertise_form th{
	background:#fbe6ed;
	width:177px;
	vertical-align:top;
	border-bottom:1px solid #fdeeed;
	border-right:1px solid #fdeeed;
	padding:10px;
}

.stn-form .field { margin-bottom:0em !important; position:static !important }

.stn-form table .errorText{
	margin-left: 0;
}

.advertise_form th label {
	text-align:left !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 1.5em !important;
	width:176px !important;
	float:none !important;
	position:static !important;
}


.advertise_form td{
	border-bottom:1px solid #fdeeed;
	padding:10px;
	background:#daced4;
	width:515px;
}

.advertise_form td.field input{
	width:355px;
}

.advertise_form td.tel input{
	width:210px;
}

.advertise_form td.postal input{
	width:150px;
}

.advertise_form td textarea{
	width:355px;
	height:200px;
}

.advertise_form .btn{
	text-align:center;
}

.advertise_form .btn button{
	background: #e0e0e1;
	background: -moz-linear-gradient(top, #f0f1f2 0%, #e0e0e1 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #f0f1f2),  color-stop(1, #e0e0e1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2692F2', endColorstr='#e0e0e1');
	color: #4c4948 !important;
	border: solid 1px #908c88 !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.stn-form .checkbox label {
	display:inline !important;
	float:none !important;
	padding:0 0!important;
	margin:0 0 10px !important;
	line-height: 1.8em !important;
}

.stn-form td input{
	vertical-align: middle;
}







div.search-box{
	padding:0 0 10px 40px;
}
div.search-box div.field{
	display:inline;
}
div.search-box div.field input[type=text]{
	width:200px;
}
div.search-box #keyword-clear{
	width:15px;
	height:15px;
	cursor: pointer;
	display: block;
	left: 250px;
	/left: 245px;
	position: absolute;
	top: 1px;
	/top: 8px;
}

div.search-box #keyword-clear:not(:target){
	width:15px;
	height:15px;
	cursor: pointer;
	display: block;
	left: 255px\9;
	position: absolute;
	top: 12px;
	margin-top:-12px\9;
}

div.search-box input[type="submit"] {
    background: -moz-linear-gradient(center top , #FEFEFE, #DCDCDC) repeat scroll 0 0 #DCDCDC;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}


#zipcodes-result table {
    border-right: 0 none;
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    width: 100%;
}

#zipcodes-result table tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F9F9F9;
}

#zipcodes-result td.actions {
    text-align: center;
    white-space: nowrap;
}
#zipcodes-result th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #555555;
    border-style: none none solid;
    border-width: 0 0 2px;
    padding: 4px;
    text-align: left;
}

#zipcodes-result table tr td {
    border-bottom: 1px solid #DDDDDD;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}

#zipcodes-result .paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
#zipcodes-result .paging .current,
#zipcodes-result .paging .disabled,
#zipcodes-result .paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
#zipcodes-result .paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
#zipcodes-result .paging > span:hover {
	background: #efefef;
}
#zipcodes-result .paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#zipcodes-result .paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#zipcodes-result .paging .disabled {
	color: #ddd;
}
#zipcodes-result .paging .disabled:hover {
	background: transparent;
}
#zipcodes-result .paging .current {
	background: #efefef;
	color: #c73e14;
}





