DIV.contactus { 
	min-height: 400px;
	height: expression('400px');
	/*background: url('../images/ds_fade_bg.gif') bottom left no-repeat;*/
}

	DIV.contactus .content {
		padding: 40px 21px;
		/*background: url('../images/ds_container_bg.gif') top left repeat-y;*/
	}
	
		DIV.contactus .content .sidebar {
			float: right;
			width: 185px;
		}
		
			DIV.contactus .content .sidebar H2 {
				/*text-indent: -9999px;*/
				height: 33px;
				/*background: url('../images/ds_contactusHeading.gif') left top no-repeat;*/
			}
		
			DIV.contactus .content .sidebar #email { display: none; visibility: hidden; margin-left: 25px; margin-top: 25px; }
			
			DIV.contactus .content .sidebar #submit { display: none; visibility: hidden; margin-left: 25px; margin-top: 25px; }
		
		DIV.contactus .content .leftcolumn {
			text-align: left;
			margin-left: 35px;
			margin-right: 300px;
		}
		
		DIV.contactus .content .leftcolumn .action { float: right; visibility: hidden; }
			DIV.contactus .content .leftcolumn .action UL { list-style: none; }
			DIV.contactus .content .leftcolumn .action UL LI { float: left; margin: 0 5px; }
			DIV.contactus .content .leftcolumn .action UL LI A { color: rgb(46,46,46); }
		
			DIV.contactus .content .leftcolumn H4 {
				padding-bottom: 12px;
				margin-bottom: 8px;
				font-weight: bold;
				text-transform: none;
				/*background: url('../images/ds_separator.gif') bottom left no-repeat;*/
			}
		
			DIV.contactus .content .leftcolumn P {
				font-size: 11px;
				color: rgb(46,46,46);
			}
	
	/* @group Contact Details */
	
	.contactus .content .addresses { margin: 0; padding: 0; }
	
	.contactus .content DL { margin-left: 15px; margin-bottom: 15px; padding-bottom: 0; }
	.contactus .content DL DT { float: left; overflow: hidden; padding-top: 5px; font-weight: bold; color: rgb(46,46,46); }
	.contactus .content DL DD { margin-left: 115px; padding-top: 5px; color: rgb(46,46,46); }

	/* @end */
	
	/* @group Submission Details */
	
	.contactus .content .submission { 
		margin-top: 25px;
	}
	
	/* @end */

	/* @group  Enquiry Form */
	FORM#frmContactUs {
	}
	
	FORM#frmContactUs FIELDSET { padding-bottom: 15px; /*background: url('../images/ds_separatorShort.gif') 167px bottom no-repeat; */ width: 470px; }
		
		DD INPUT
		{
			width: 170px;
			display: block;
			background: rgb(40,39,44);
			color: #fff;
			font-size: 10px;
			padding: 2px 4px 2px 4px;
			border: 0;
		}
		
		DD SELECT
		{
			width: 179px;
			*width: 170px;
			display: block;
			background: rgb(40,39,44);
			color: #fff;
			font-size: 10px;
			padding-left: 2px;
			border: 0;
		}
		
			DD SELECT OPTION { padding: 2px 4px 2px 2px; border: 0; }
		
		DD TEXTAREA
		{
			width: 100%;
			height: 80px;
			display: block;
			background: rgb(40,39,44);
			color: #fff;
			font-size: 10px;
			padding-left: 4px;
			border: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		FORM#frmContactUs FIELDSET BUTTON {
			margin-right: 0px;
			background: none;
			border: 0;
			display: block;
			width: 88px;
			float: right;
			overflow: hidden;
		}
		
	/* @end */
