.main-page-more {
	margin-right: 15px;
	text-align: right;
}

/********************** Map */
ul.map ul {
	margin-left: 15px;
}
ul.map ul {
	margin-left: 6px;
}
ul.map li {
	list-style: none !important;
	list-style-type: none !important;
	font-size: 12px;
 	padding: 2px 14px;
	line-height: 18px;
	background: transparent url('../images/map_separator.gif') 0 9px no-repeat;
	color: #fff;
}

ul.map li a {
	text-decoration: none;
}
ul.map li a:hover {
	text-decoration: underline;
}

/********************** Google */
.googleMaps {
	border: 1px solid #081B44;
	height: 450px;
	margin: 0 10px;
}

div.googleInfoMarker h3 {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	color: black;
	font-size: 12px;
	text-align: center;
	color: #030D2B;
}

div.googleInfoMarker p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 11px;
	line-height: 1.2em !important;
	color: #030D2B;
}

/* Anchors */
a.anchor_word,
a.anchor_excel,
a.anchor_powerpoint,
a.anchor_pdf,
a.anchor_image {
	display: inline-block;
	padding: 0 0 0 20px !important;
	line-height: 20px !important;
}

a.anchor_word {
	background: transparent url('../images/icons/page_white_word.png') no-repeat left center;
}

a.anchor_excel {
	background: transparent url('../images/icons/page_white_excel.png') no-repeat left center;
}

a.anchor_powerpoint {
	background: transparent url('../images/icons/page_white_powerpoint.png') no-repeat left center;
}

a.anchor_pdf {
	background: transparent url('../images/icons/page_white_pdf.png') no-repeat left center;
}

a.anchor_image {
	background: transparent url('../images/icons/image.png') no-repeat left center;
}


/********************** Form */
fieldset {
	border: none;
	margin: 0 10px;
}

input.input-text, select {
	background:transparent url(../images/input-box.gif) no-repeat top left;
	height:20px;
	width:345px;
	border:0;
	display:inline-block;
	overflow:hidden;
	margin:0;
	padding:3px 5px;
}

select {
	height: 25px;
	width: 355px;
}

select option {
	background-color: #fff;
}

* html body input.input-text {
width: 355px;
}

select.multi {
	background-image: url(../images/input-box_multi.gif);
	border: none;
	height: 100px;
}


/* Form lists */
fieldset ul {
    margin: 8px 0;
    padding: 2px 0 12px 0;
    border: none;
}

fieldset ul li {
	list-style: none !important;
	list-style-type: none !important;
	clear: left;
}

fieldset ul li .input-box {
	float: left;
	margin: 4px 0;
}

.content textarea,
.group-select li .input-box textarea {
	background:transparent url(../images/textarea.gif) no-repeat top left;
	border:0;
	clear:both;
	display:block;
	height:130px; /* 140px */
	margin:0px;
	overflow:hidden;
	padding:5px 6px;
	width:718px; /* 730px */
	font-family: Verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
}

* html body .content textarea{
	width:512px;
	height:138px;
}

.group-select li .input-box select {
	width:243px;
	height: 24px;
	padding:3px 6px 7px 6px;	
	display:block;
	clear:both;
}


.form-button {
	font-size: 13px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/form_button.png);
	width: 85px;
	height: 23px;
	line-height: 23px;
	color: #fff;
}
















/* Form Messages */
.validation-advice, .required {
	color: #FF1F1E;
}

.validation-advice {
    clear: both;
    min-height: 15px;
    margin-top: 3px;
    background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left: 17px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25em;
}

.validation-failed {
    background: transparent url(../images/input-box_validation.gif) no-repeat top left !important;
}

textarea.validation-failed {
	background: transparent url(../images/textarea_validation.gif) no-repeat top left !important;
}

label.required {
    font-weight: bold;
}

p.required {
    font-size: 1.1em;
    text-align: right;
    margin: 0;
    padding: 5px 0;
}



















/* Pool */
ul.poll-results {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

ul.poll-results li {
	margin: 0;
	padding: 3px 0 6px 20px;
	background: transparent url(../images/bg_dot.png) repeat-x left top;
	line-height: 18px;
}

ul.poll-results li {
	padding: 0;
	margin-bottom: 1em;
}

ul.poll-results li span {
	float: right;
	color: #fff;
}

ul.poll-results li div.poll-result-bar {
	background-color: #D8796D;
	height: 4px;
	line-height: 0;
	clear: right;
	font-size: 0;
}


/********************** Messages  */
ul.messages {
	margin: 10px 10px 0 10px;
	padding: 0;
}
ul.messages li {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
.success {
	color: #3d6611;
}
.error {
	color: #df280a;
}
.notice {
	color: #e26703;
}

.success, .error {
	font-weight: bold;
}

.error-msg, .success-msg, .notice-msg {
    min-height: 23px !important;
    margin-bottom: 1em !important;
    border-style: solid !important;
    border-width: 1px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
    padding: 7px 8px 6px 32px !important;
    font-size: 1em !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	margin-bottom: .2em;
}

.error-msg {
    border-color: #f16048;
    color: #df280a;
    background:#FAEBE7 url(../images/messages/error_msg_icon.gif) no-repeat scroll left center;
    padding: 7px 8px 6px 32px !important;
}

.success-msg {
    border-color: #446423;
    color: #3d6611;
    background:#eff5ea url(../images/messages/success_msg_icon.gif) no-repeat scroll left center;
    padding: 7px 8px 6px 32px !important;
}

.notice-msg {
    border-color: #fcd344;
    color: #3d6611;
    background:#fafaec url(../images/messages/note_msg_icon.gif) no-repeat scroll left center;
    padding: 7px 8px 6px 32px !important;
}