@media screen
{
	body {
		font-family: "Trebuchet MS", "Verdana", "Lucida", sans-serif;
		font-size: 10pt;
		margin-left: 4%;
		margin-right: 4%;
		background-image: url(./IGA_back.jpg);
		background-repeat: repeat-x;
		background-attachment: scroll;
	}
	
	#banner {
		width: 100%;
		background: transparent;
		margin-bottom: 31px;
	}

	#banner img {
		display: inline;
		text-decoration: none;
		border: none;
	}

	#left {
		float: left;
		width: 170px;
		border: none;
		padding-left: 7px;
		padding-right: 5px;
		/*padding-top: 10px;*/
		height: 350px;
	}

	#right {
		float: right;
		width: 170px;
		color: #000;
		border: none;
		padding: 5px;
		text-align: center;
		border-bottom: 3px #eee solid;
	}


	div.title h1 {
		text-align: right;
		font-variant: small-caps;
	}

	div.address {
		text-align: right;
	}	

	div.plate_form {
	}
	
	div.main_options {
		padding: 0em 1em 0em 1em;
		border: solid 1px;
	}
	
	div.more_options {
	}
	
	div.advanced_options {
	}
	
	div.codes_form {
		border-top: 1px black solid;
	}
	
	ul.inline {
		list-style-type: none;
	}

	ul.inline li {
		display: inline
	}
	
	.warning {
		color: #0055CC;
	}
	
	.error {
		color: red;
		border: dashed 1px;
		padding: 1em;
	}

	div.footer {
		padding:0.1em;
		color:black;
		background-color: white;
		clear:both;
	}

	.invisible {
		 display: none;
	}

	.imagelink a:link {
		 color: #336699;
	}

	.imagelink a:hover {
		background: white;
		color: #224468;
	}

	.button {
		text-align: center;
	}
	
} /* end @media screen */
