﻿/* Some of the style below overwrite styles created in the master style sheet for the DMV site. 
   This is done for formatting the online transactions pages.
*/
@media screen {
.outer 
{
    padding-left:100px;
    padding-right:100px;
}
#right 
{
    margin-right:-100px;
	min-height:400px;
	padding-top:60px;
	padding-left:0px;
	padding-right:0px;
	width:100px;
}

* html #right 
{
    height:400px;
}

.contentWrap{
min-height:900px;
/*font-size:120%;*/
line-height:1.5em;

}

* html .contentWrap
{
    height:900px;
}

/* Styles for form layout for accessibility */

#contentright 
{
    float:right;
     margin-top:5em;
     width: 25em;
      height: 60%;
      margin-left:1em;
      background-color:#cccc99;
      padding:10px;
           /* style="float:right; width: 15em; height: 60%;margin-top:1em;padding:5px;" */
}

.formlabel 
{
    display: block;
	width: 12em;
	float:left;
	margin-bottom: 10px;
	text-align: right;
	font-weight:bold;
	padding-right:10px;
	
}
.formtext 
{
    display: block;
	width: 5em;
	float: left;
	margin-bottom: 10px;
	margin-left:5px;
	
	padding: 0px;
	
}


.firstbutton
{
   margin-left:100px;
}

fieldset
{
   background-color:#cccc99;
   padding:15px;
   border:none;
   width:25em;
   margin-left: 100px;
   
}

input
{

   
}

.formbutton
{
   float:left;
   margin-right:10px;
 /*  	border-top-width:			2px;
	border-right-width:			2px;
	border-bottom-width:		2px;
	border-left-width:			2px;
	border-top-color:			#D4D0C8;
	border-right-color:			#D4D0C8;
	border-bottom-color:		#D4D0C8;
	border-left-color:			#D4D0C8;
	border-top-style:			outset;
	border-right-style:			outset;
	border-bottom-style:		outset;
	border-left-style:			outset;*/
}

.transactionheader
{
   
   background-color:#fff; /*#99865c;*/
   color:#26465F; /*#fff;*/
   padding: 5px 25px 5px 0px;
   margin-bottom:5px; /*20px;*/
   width: auto;
   font-size: 2.0em; /*1.3em;*/
   text-align:left;
}


.largenumber 
{
    font-size: 1.5em;
}
.marginleft
{
    margin-left:25px;
}
/* this is temporary because the current header image is only 50px in height */
#breadcrumb #siteSearchForm {
	position:absolute;
	top:5em;

}






}