@charset "utf-8";
/* CSS Document */
.column-wide-wrapper {
    width: 545px;
}
.gi-heading, #gi-form, .talk-table{
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #E5E5E5;
	width: 660px; } 
.gi-heading {
	color: #666; }
	.gi-heading-h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
		padding: 5px 10px; }

.talk-table {margin: 20px 0px 20px 0px; width: 100%;}
.talk-table tr {padding: 5px 0px 5px 0px;}


/* ELEMENTS WITHIN THE FORM */		
#gi-form {
	font-size: 12px; }
	.ltform-label {		
		text-align: right;
		padding: 8px 10px;
		width: 130px; }
	.ltform-label span {
		color: #333;
		font-size: 12px;
		font-weight: bold; }
		.gi-required {
			color: #ED1B24;
			font-weight: 200;
			font-size: 18px; }
	.ltform-input {
		width: 300px; }
	.gi-entry-box-drop-down, .gi-entry-box, .gi-entry-box-message {
		border: 1px #999 solid; }
	.ltform-input select{ 
		width: 285px;}
	.ltform-input input, .ltform-input textarea{
		width: 280px;}
	.ltform-input-gender input { border: medium none; width: 20px;}
    .ltform-input-gender label { font-size: 12px; color: #333333;  font-weight: bold; padding-right: 10px;}
    .ltform-input-gender br{ display:none; }
	.gi-required-return {
		width: 150px}
	.gi-terms {
		color: #ED1B24;
		text-decoration: none;}
	.gi-terms input {width: 30px;}
	.terms-link a {color: #FF0000;}
		.gi-submit a {
			width: 71px;
			height: 22px;
			background: url(../images/submit-button.png) top no-repeat;
			display: block;
			border: none; }
			.gi-submit a:hover {
			width: 71px;
			height: 22px;
			background: url(../images/submit-button.png) bottom no-repeat;
			display: block;
			border: none; }
		
	.button{
	  background: url(../images/btn-grey-bg.png) top no-repeat;
      width: 79px;
      height: 22px;
      color:white;
      font-weight:bold;
      cursor:pointer;   
      border: none;   
    }
    
    .button:hover {background: url(../images/btn-grey-bg.png) bottom no-repeat;}
    