form {
	
	margin: 0;
	padding: 0;
	
}

/* targetting to Canpages search field */
form.hide-header-search-form {
  display:none;
  visibility: hidden;
}

form.show-header-search-form {
  display:inline;
  visibility: visible;
}

div.search-swap-trigger {
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  margin-bottom: -5px;
}

#header-search form {
	margin: 0;
	padding:10px;
	float: right;
}

#header-search input.search_field {
	vertical-align: middle;
	width: 130px;
	height: 14px;
	font-size: 12px;
	color: #777;
	margin: 8px 6px 4px 0px;
	background: #fff url(../_img/common/search_icon.png) no-repeat 2% 50%;
	padding-top: 3px;
	padding-left: 17px;
}

#header-search input.img {
	vertical-align: middle;
	margin: 7px 0 0 0;
	padding: 0;
}

#header-search div.search-tab-on {
  background: transparent url(../_img/common/search_tab_on.png) no-repeat 0 0;
  _background-image: url(../_img/common/search_tab_on.gif);
}

#header-search div.search-tab-off {
	background: transparent url(../_img/common/search_tab_off.png) no-repeat 0 0;
	_background-image: url(../_img/common/search_tab_off.gif);
}

#header-search div.plank-show-geg {
  padding: 7px 30px 4px 27px;
  float: left;
}

#header-search div.plank-show-cp {
	padding: 3px 10px 2px 7px;
	float: left;
}

#contact-us form { 

	margin: 40px 20px; 

}

#contact-us form table td { 

	padding: 4px 10px 4px 0; 

}

#contact-us td.field-names {
	
	padding-right: 1px;
	width: 140px;
}

#contact-us .message {
	
	width: 400px;
	height: 200px;
	border: 1px solid #333;
	color: #666;
	font-size: 12px;
	
}

#contact-us select {
	
	border: 1px solid #333;
	color: #333;
	background-color: #ddd;
	padding: 1px;
	
}

.submit-button {
	
	border: 2px solid #333;
	padding: 3px 6px;
	margin-top: 10px;
	color: #fff;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #393939;
	cursor: pointer;
	
}

.field {
	
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	line-height: 100%;
	padding: 3px;
	margin-bottom: 4px;
	
}

.wide {
	
	width: 200px;
	
}

.event-drop-downs select {
	font-size: 10px;
	padding: 2px;
	margin: 0 10px 0 0;
}

/* @group popups */

body#popup_forms {
	width: 100%;
	text-align: left;
	/*background: url(../_img/common/form_graphic.gif) repeat-x 0 0;*/
}

body#popup_forms td.highlight{
	color:#ba233c;
	font-weight: bold;
	text-transform: uppercase;
}

body#popup_forms #banner {
	min-height: 64px;
	padding: 15px 0 0 21px;
	margin-bottom: 20px;
	background: #000;
	
}

body#popup_forms .close {
	float:right;text-align: right;margin:0px 18px 0 0;
}

body#popup_forms form,
body#popup_forms .confirmation {
	margin: 40px 20px; 
}

body#popup_forms #banner img.thumb { 
	float: right; 
	margin: -7px 30px 0 30px;
}

body#popup_forms .confirmation h3 {
	padding-bottom: 0.375em;
}

body#popup_forms #banner {
	margin-left:0;
	color: #ccc;
}

body#popup_forms #banner h1 {
	_margin-top:-12px;
	_margin-bottom: 8px;
}

/*body#popup_forms #banner #banner_graphic {
	background: url(../_img/common/form_graphic.gif) no-repeat 100% 0;
	top: 20px;
	right: 1px;
	height: 77px;
	width: 343px;
	position: absolute;
	z-index: 5;
}*/

body#popup_forms #banner h1 {
	padding-top: 12px;
	font-size: 1.8em;
	z-index: 10;
}

body#popup_forms #banner p + h1 {
	margin: 0;
	padding: 0 0 7px 0;
}

body#popup_forms #banner p {
	margin: 0;
	padding: 0;
}

body#popup_forms table {
	width: 600px;
}

body#popup_forms table td {
	vertical-align: top;
	padding: 7px 10px 7px 0; 
}

body#popup_forms table td.label {
	width: 160px;
	text-align: right;
	padding-top: 11px;
}

body#popup_forms table .instruct {
	padding: 10px;
	margin: 10px 0 0 0; 
	font-weight:bold;
	font-size: 1.1em; 
}

body#popup_forms table td.no_pad {
	padding: 0;
}

body#popup_forms #footer {
	/*width: 600px;*/
	padding: 0px 30px 40px 0;
}

body#popup_forms input.input {
	border: 1px solid #ccc;
	width: 300px;
	font-size: 1em;
	color: #666;
	padding: 2px 1px 1px;
}

body#popup_forms input.required {
	border: 1px solid #ccc;
	background: #ffe5e5;
	width: 300px;
	font-size: 1em;
	color: #666;
	padding: 2px 1px 1px;
}

body#popup_forms select {
	border: 1px solid #ccc;
	min-width: 305px;
	font-size: 1em;
	color: #666;
}

body#popup_forms textarea {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #666;
}

body#popup_forms textarea.message {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #666;
	width: 400px;
	height: 200px;
}

body#popup_forms textarea.comments {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #666;
	padding: 1px;
	width: 300px;
}

/*Remind Me Popup*/
body#popup_forms div.remind_me_controls {
    margin-top: 10px;
}

body#popup_forms div.remind_me_controls ul {
    margin: 5px;
}

body#popup_forms div.remind_me_controls ul li {
    display: inline;
    line-height:2.4em;
}

body#popup_forms div.remind_me_controls ul li label {
    width: 150px;
    display: inline-block;
}

body#popup_forms div.remind_me_controls ul li input {
    vertical-align: middle;
}

body#popup_forms table.remind_me_later td {
    padding-bottom: 20px;
}

/* @end */

/*Remind Me Account*/
div#account table.remind_me {
    width:100%;
}

/*div#account table.remind_me tr {
    border-bottom: 1px solid grey;
}*/

div#account table.remind_me tr td {
    /*padding: 5px 0 15px;*/
    vertical-align: top;
}

/*div#account table.remind_me tr td form {
    position: relative;
}*/

div#account table.remind_me tr td.event_reminder {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
    padding: 6px 0pt 5px;
}

div#account table.remind_me tr td.edit_reminders {
    padding:0 0 35px;
}

/*div#account table.remind_me tr td form input.submit-button {
    position: absolute;
    top: -10px;
    right: 0px;
}*/

div#account div.remind_me_controls {
    margin-top: 10px;
}

div#account div.remind_me_controls ul {
    margin: 5px;
}

div#account div.remind_me_controls ul li {
    display: inline;
}

div#account div.remind_me_controls ul li label {
    width: 150px;
    display: inline-block;
}

div#account div.remind_me_controls ul li input {
    vertical-align: middle;
}

div#account table.remind_me .remind_me_reponse p {
    background: url(../_img/common/icon_success.gif) no-repeat 0 10px;
    padding: 10px 10px 0 20px;
    color: green;
}

p.close_window {
    padding-left: 20px;
}

/* @end */



ul#ul-errors {
	margin-bottom: 1em;
}

ul#ul-errors li {
	line-height: 150%;
	background: url(../_img/common/attention.gif) no-repeat 0 3px;
	padding-left: 10px;
}

#main #text-content form input.input_tx,
#main #text-content form textarea.input_tx_area {
	border: 1px solid #999;
	width:240px;
	background: #fff !important;
}

#main #text-content form textarea.input_tx_area {
	width:400px;
	height:200px;
}

form#subscribe label,
form#unsubscribe label {
	text-align: right;
	margin: 5px 2px 5px 0;
	min-width: 80px;
	display: inline-block;
}

form#subscribe input[type=text],
form#unsubscribe input[type=text] {
	margin: 5px 0;
	border:1px solid #999999;
	color:#666666;
	font-size:12px;
	line-height:100%;
	margin-bottom:4px;
	padding:3px;
	width: 200px;
}

form#subscribe input#sign_up,
form#unsubscribe input#unsub {
	font-size:12px;
	margin-left: 85px;
}

