/* Search form
------------------------------------ */
#search h3 label {
  display: block;
  width: 118px;
  height: 16px;
  text-indent: -9999px;
  background: url("../images/forms/find-it-quick.gif") 0 0 no-repeat;
}

.CAfr #search h3 label {
  background: url("../images/canada-french/forms/find-it-quick.gif") 0 0 no-repeat;
	width:168px;
}

.home .CAfr #search h3 label {
  background: url("../images/canada-french/forms/find-it-quick-large.png") 0 0 no-repeat;
	width:208px;
}

#searchfield {
  float: left;
  margin: 0 8px 0 0;
}

.home #searchfield {
  width: 115px;
}

#searchsubmit {
  display: block;
  float: left;
  margin: -3px 0 0 0;
  border: 0;
  width: 90px;
  height: 26px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../images/forms/search.gif") 0 0 no-repeat;
}

.CAfr #searchsubmit {
  background: url("../images/canada-french/forms/search.gif") 0 0 no-repeat;
}

/* Newsletter signup form
------------------------------------ */
#subscribe-newsletter h3 label {
  display: block;
  width: 275px;
  height: 15px;
  text-indent: -9999px;
  background: url("../images/forms/join-newsletter.gif") 0 0 no-repeat;
}

.CAfr #subscribe-newsletter h3 label {
  background: url("../images/canada-french/forms/join-newsletter.gif") 0 0 no-repeat;
}

#mb-huhtt-huhtt, #ihlka-ihlka {
  float: left;
  margin: 0 10px 0 0;
}

#newsletter-submit {
  display: block;
  float: left;
  margin: -2px 0 0 0;
  border: 0;
  width: 113px;
  height: 22px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../images/forms/sign-me-up.gif") 0 0 no-repeat;
}

.CAfr #newsletter-submit {
  background: url("../images/canada-french/forms/sign-me-up.gif") 0 0 no-repeat;
}

/* Contact form
------------------------------------ */
.contact #main fieldset {
  clear: both;
  float: left;
  margin: 10px 0;
  position: relative;
  width: 460px;
}

.contact #main form .error {
	background-color: pink;
	border: 2px solid red;
}

.contact #main #flash-message ul {
	margin: 0.5em 1.5em;
}

.contact #main #flash-message {
	padding: 1em;
}

.contact #main .error#flash-message {
	background-color: pink;
	border: 1px dotted red;
}

.contact #main .success#flash-message {
	background-color: #66FF66;
	border: 1px dotted #006600;
}

.contact #main div.form-field {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
	width: 45%;
}

.contact #main #first-name-field,
.contact #main #last-name-field {
	width: 45%;
	float: left;
	clear: none;
	overflow: hidden;
}

* html .contact #main #first-name-field,
* html .contact #main #last-name-field {
	width: 44%;
}

.contact #main div.submit-field {
  clear: both;
}

.contact #main fieldset div.form-field {
  clear: none;
  margin-bottom: 4px;
  margin-right: 10px;
  padding: 0;
}

.contact #main input[type="text"] {
  clear: left;
  float: left;
  width: 200px;
}

.contact #main label {
  float: left;
  margin-bottom: 3px;
  font-size: 0.933em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
	width: 100%;
	display: block;
}

.contact #main #message-field {
	width: 100%;
}

.contact #main fieldset label {
  clear: both;
  float: left;
  width: 100%;
  margin-left: 10px;
	display: block;
}

.contact #main fieldset div.form-field label {
  margin: 3px 0 5px;
  color: #666;
  font-size: 1.07em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}

.contact #main fieldset.name div.form-field label {
  clear: both;
}

.contact #main div.form-field input#subject {
  width: 415px;
}

.contact #main div#submit-field button {
  clear: left;
  display: block;
  margin: 0 0 0 10px;
  border: 0;
  padding: 0;
  width: 103px;
  height: 22px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../images/forms/send.gif") 0 0 no-repeat;
}

.contact .CAfr #main #submit-field button {
  background: url("../images/canada-french/forms/send.gif") 0 0 no-repeat;
}

.contact #message {
	width: 420px;
}



/* Email a Friend form
------------------------------------ */
body.email-friend{
	font-size:75%;
	border-top:none;
}

body.email-friend #callout{
	background:#7C0202 none repeat scroll 0%;
	margin:0pt 0pt 10px;
	position:relative;
}

body.email-friend form{
	width:450px;
}

.email-friend form .error {
	background-color: pink;
	border: 2px solid red;
}

.email-friend #flash-message ul {
	margin: 0.5em 1.5em;
}

.email-friend #flash-message {
	padding: 1em;
}

.email-friend #flash-message.error {
	background-color: pink !important;
	border: 1px dotted red;
	margin:15px;
	padding:10px;
}

.email-friend #flash-message.success {
	background-color: #66FF66;
	border: 1px dotted #006600;
	margin:15px 15px 15px 10px;
	padding:10px;
}

.email-friend div.form-field {
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 10px;
	width: 45%;
}


.email-friend div.submit-field {
  clear: both;
}

.email-friend input[type="text"] {
  clear: left;
  float: left;
  width: 200px;
}

*+html .email-friend input[type="text"] {
	margin-left:-10px;
}

*+html .email-friend textarea {
	margin-left:-10px;
}

.email-friend label {
  float: left;
  margin-bottom: 3px;
  font-size: 0.933em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
	width: 100%;
	display: block;
}

.email-friend #message-field {
	width: 100%;
}

.email-friend fieldset.name div.form-field label {
  clear: both;
}

.email-friend div#submit-field button {
  clear: left;
  display: block;
  margin: 0 0 0 10px;
  border: 0;
  padding: 0;
  width: 103px;
  height: 22px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../images/forms/send.gif") 0 0 no-repeat;
}

.CAfr .email-friend div#submit-field button {
  background: url("../images/canada-french/forms/send.gif") 0 0 no-repeat;
}

.email-friend #message {
	width: 420px;
	float:left;
}

* html .email-friend form{
	width:420px;
}

* html .email-friend #your-name-field, 
* html .email-friend #friend-name-field {
	width: 42%;
}

* html .email-friend input {
	width: 130px !important;
}

* html .email-friend #message {
	width: 350px !important;
	margin-left:-10px;
}

* html .email-friend #message-field {
	width:350px !important;
}

* html #flash-message{
	width:350px;
}

* html .email-friend .error {
	background-color: pink;
	border: 2px solid red;
	margin:25px 25px 25px 20px;
	padding:7px;
}

* html .email-friend form .error {
	margin:0;
	padding:4px;
	width:40%;
}

* html .email-friend .success {
	background-color: #66FF66;
	border: 1px dotted #006600;
	margin:25px 25px 25px 15px;
	padding:7px;
}
/*-------- reCaptcha -----------*/

#captcha-field {
	font-size:13px;
	margin-top:10px;
	margin-bottom:20px;
	width:420px;
}

#captcha-field a {
	border-bottom:1px dotted #21332C;
}

#recaptcha_image {
	margin:0 0 20px 35px;
}

