﻿/* -----     Typography Styles     ----- */

body, td {
  color:#7b6f64;
  font-family:Tahoma, Arial, sans-serif;
  font-size:11px;
  margin:0px;
  border:0px;
}
a {
  color:#4D718B;
  text-decoration:none;
}
td 
{
    margin-bottom:10px;
    padding-right:50px;
    }

/* -- Forms -- */
	#primaryContent div.form { float:left; }
	  #primaryContent div.form .inner { 
	    float:left;
	    width:560px; 
		padding:16px 10px;
	  }

	  #primaryContent div.form fieldset { margin-bottom:10px; }
	  
	  #primaryContent .form h5 { margin:0px 0 12px 0; }
	  .form label {
		clear:left;
		float:left;
		width:230px;
		margin-bottom:8px;
		margin-right:20px;
		line-height:1.4em;
		padding:2px 0 3px 0;
	  }



/* 25-09-2008  Added the class .dropdown and .listbox to fix the output for a dropdownlist in a form
		Requested by Adecco.com*/

	   .form .dropdown {
		float:left;
		width:207px;
		margin-bottom:8px;
	  }
	  
	  .form .listbox {
		width:278px;
		margin-bottom:8px;
	  } 
	  input.text {
		float:left;
		width:200px;
		margin-bottom:8px;
	  }
	  .form textarea {
		float:left;
		width:250px;
		height:50px;
		margin-bottom:10px;
	  }
	  textarea.message {
		width:270px;
		height:120px;
	  }
 	  .form select {
		float:left;
		margin-bottom:10px;
	  }

	  .submit {
		float:left;
		margin:4px 2px 0 0px;
		border:0;
	    background:url('bullet.gif') left 4px no-repeat;		/*font-size:0.9em;*/		font-size: 13px;
		cursor:pointer;
		color:#4D718B;
	  }
	  
	  input.submit:hover {
		text-decoration:underline;
		color:#ED1C24;
	  }
	  a:hover {
		text-decoration:underline;
		color:#ED1C24;
	  }


  
	  div.branchFinder label {
		width:340px; 
		margin-right:20px;
	  }
	  div.branchFinder input.text {
		width:170px;
	  }
	  div.branchFinder select {
		width:174px;
	  }
	  .popup input.button,
	  div.branchFinder input.button {
	    margin-top:8px;
		float:right;
	  }

	  .form div.noLabel {
		float:left;
		margin-left:250px;
	  }

	  .form label.radio { 
	    position:relative;
	    padding-right:20px;
	  }

	  .form label.radio input {
		position:absolute;
		right:0px;
		top:0px;
	  }

	  .form .smallPrint { clear:left; }
	  
	  div.dark { background:#d7d2cd url('box-560-dGrey-top.gif') no-repeat;
	    margin:0px; }
    div.dark .inner { background:url('box-560-dGrey-base.gif') no-repeat bottom;
        margin:0px; }

.label
{
width:75px;
}
