/*** Tag Styles ***/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-size: 11px;
    font-family:Arial, Helvetica, sans-Serif;
    background: #000000 url(images/layout_pagebg.jpg) repeat-x;
    color: #ffffff;
}

div.flo {
    float: left;
}

div.left {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 20px;
}

div.section {
	margin: 10px 10px 0 0;
    clear: both;
    display: block;
	
}
p.title{
    font-weight: bold;
    font-size: 12pt; 
}

div.sumleft {
    width: 230px;
}

div.em {
    width: 100%;
    margin: 5px 0 5px 0;
}
div.em div.left {
	padding-top:3px;
}

span.phone {
    font-size: 9pt;
}

img {
    border: 0px;
}
input.info  {
	font-size:9pt;
}
p {
    margin-bottom: 5px;
}

span.darial {
    font-family: Arial;
}

span.dtimes {
    font-family: "Times New Roman";
}

span.dscript {
    font-family: "Monotype Corsiva";
}

span.dsystem {
    font-family: "System";
}

table#view {
    border: 0px;
    padding: 0px;
}

table#view td {
    vertical-align: middle;
    text-align: center;
}

span.red {
    color: red;
}
      
p.bold, span.bold {
    font-weight: bold;
}

fieldset {
    border: 0;
}

p.red {
    color: red;
    font-weight: bold;
}

fieldset#emailinfo legend {
    color: #fff;
}

div#rinn {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    height:100%;
}

div#header {
    height: 137px;
}

div#footer {
    height: 66px;
}    

div#mid {
    margin: 10px 10px 0 10px;
}

div#spacer {
}

/*** New stuff ***/
div.tsm {
	padding:5px 10px 5px 5px;
	text-align:right;
	color:#ffff00;
}
div.tsm a {
	color:#ffffff;
}
div.formImageHead {
	float:none;
}
div.formOutput {
	float:none;
	padding-top:10px;
}
div.mountPreviewContainer{
	display:block;
	clear:both;
	padding:10px 0 10px 0;
	margin:5px 0 5px 0;
	text-align:center;
}
div.mountPreviewContainer span {
	font-size:8pt;
	text-align:center;
	display:block;
	padding:3px 0 3px 0;
}
div.mountInputContainer, div.mountInputContainer div {
	clear:both;
	display:block;
}
span.mountMessage {
	font-weight:bold;
	padding-left:10px;
	color:#ff0000;
}
span.mountCharCount {
	display:block;
	clear:both;
}
.errors {
	color:#ff0000;
	font-weight:bold;
	padding: 5px 0 5px 0;
}
.mountInputContainer div {
	margin-top:5px;
	margin-bottom:5px;
}
.mountInputLabel {
	padding-right:5px;
}
.mountCounterLabel {
	padding-left:5px;
}
.mountInputField {
	font-size: 9pt;
	width:365px;
	font-family:Arial,sans-serif;
}
#rinncontainer{
	height:100%;
	background: url(images/layout_bg.gif) repeat-y;
}