/* style.css */
    body {	
    margin:0px;padding:0px; background-image: url("roadshow.jpg"); 
    }
    table.align {
    width: 300px; 
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(253, 242, 242);
    }
    .tradename {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    color: #c0392b;
    }
    .textstyle {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    color: black;
    }
    .inline {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    color: rgba(11, 126, 51, 0.603);
    }
    .inline1 {
    font-family: Times;
    font-weight: normal;
    text-align: justify;
    font-size: 22px;
    color: gray;
    }
    .inline2 {
    font-family: Times;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    }
    .red {
    color: red;
    font-weight: bold;
    }
    .green {
    color: #55B23A;
    font-weight: bold;
    }
    .blue {
    color: #196E92;
    font-weight: bold;
    }
    .gray {
    color: #C4C9CD;
    }
    .black {
    text-align: center;
    color: #000000;
    }
	    fieldset{background-color:blue;webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:1em;border:6px solid yellow;background-image:url("http://carlnunes.com/states.png");background-position:97% 50%;background-repeat:no-repeat;}

		label{color:yellow;letter-spacing:.1em;padding:.5em;font-family:helvetica,sans-serif;font-weight:bold;font-size:138%;webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
		
		select{background-color:#eee;font-size:108%;width:240px;height:30px;border:1px solid #ccc;webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
	