﻿html, body 
{
    padding:0px;
    margin:0px;
    height: 100%;
    position:relative;
    font-family:Arial;
    font-size:14px;
}

body
{
    background-color:#021245;
    background-image: url(images/BG_repeat.jpg);
    background-position:top;
    background-repeat:repeat-x;    
}


a
{
    color:#724315;
    text-decoration:none;
}

a:hover
{
    color:#190e02;
    text-decoration:underline;
}
.bluelink a:link
{
    color:Blue;
    text-decoration:none;
}

.bluelink a:hover
{
    color:#190e02;
    text-decoration:underline;
}

.redlink a:link
{
    color:Red;
    text-decoration:none;
}

.redlink a:hover
{
    color:#190e02;
    text-decoration:underline;
}
p
{
    padding:10px;
    padding-left:20px;
}

.sub-header
{
   color:#190e02;
   font-size:15px;
   border-bottom:1px solid #d77c2d;
   margin-left:10px;
}

.footnote
{
    font-size:11px; 
    font-weight:bold;      
}

#page-container
{  
    height:auto;
    background-image:url(images/BG2.jpg);
    background-position:top center;
    background-repeat:no-repeat; 
    min-height:960px;
    
}


#page-header
{
    position:relative;
    width:1050px;
    margin:0 auto; /* center */
    height:110px;
    /*background-color:#c45e14;*/
}

#header-seal
{
       position:absolute;
       margin-top:5px;
       width:136px;
       height:146px;
       background-image: url(images/seal.png);
       background-repeat:no-repeat;
       background-position:top left;
       z-index:302;
}

#header-logo
{
    position:absolute;
    width:828px;
    height:119px;
    background-image: url(images/headerB.png);
    background-repeat:no-repeat;
    background-position:top left;
    margin-left:187px;
    text-indent:-3000px;
}

#header-help
{
    position:absolute;
    margin-left:650px;
    margin-top:5px;
}

#header-help > #spanish-link
{
    position:absolute;
    margin-top:3px;
    margin-left:8px;
    text-align:center;
}

#header-help > #spanish-link > a
{
    color:#ffffff;
    font-size:15px;
    padding:4px;
    padding-left:37px;
    padding-right:37px;
}

#header-help > #spanish-link > a:hover
{
    background-color: #0f75c3;
}

#header-help > #howto-dropdown
{
    position:absolute;
    margin-left:153px;
    margin-top:6px;
}

#header-help > #howto-dropdown > select
{
    width:195px;
    font-size:14px;
}

#menu-container
{
    width:960px;
    margin:0 auto; /* center */
    height:36px;
   /* background-color:#0b1a39;*/
    z-index:300;
    position:relative;
    
}

#menu
{
    position:relative;
    margin:0 auto; /* center */
    width:950px;
    margin-left:120px;
}

#content
{
    position:relative;
    margin:0 auto; /* center */
    height:auto;
    width:965px;
    background-color:#ffffff;
    background-image: url(images/sidemenuBkg.png);
    background-position:left;
    background-repeat:repeat-y;
    padding:0px;
    margin-top:10px;
    z-index:1;
}

#content.index-page
{
    background-color:#ffffff;
    background-image:none;
}

#page-footer
{
   position:relative;
   /*background-color: #a73118;*/
   height:50px;
   width:900px; 
   margin:0 auto; /* center */
   text-align:center;
   padding-top:15px;
   color:#878e9f;
   font-size:14px;
}

#page-footer-classic {
    position: relative;
    /*background-color: #a73118;*/
    height: 70px;
    width: 900px;
    margin: 0 auto; /* center */
    text-align: center;
    padding-top: 15px;
    color: #878e9f;
    font-size: 14px;
}

#page-footer-classic a {
    color: #ffffff;
    text-decoration: none;
}

#page-footer-classic a:hover {
     color: #d2dbf0;
     text-decoration: underline;
 }

#page-footer a 
{
    color:#ffffff;
    text-decoration:none;
}

#page-footer a:hover
{
    color:#d2dbf0;
    text-decoration:underline;
}


#left-column
{
    float:left;
    width:245px;
    /*background-color:#d77c2d;*/
    min-height:400px;
   
}

#right-column
{
    float:left;
    width:70%;
    padding:5px;    
}


#right-column.index-page
{
    float:right;
    width:240px;
    /*background-color:#d77c2d;*/
    background-image: url(images/sidemenuBkg.png);
    background-position:right top;
    background-repeat:repeat-y;
    min-height:400px;
}

#left-column.index-page
{
    float:left;
    width:71%;
    background-color:#ffffff;
}

.turbo-court-inside
{
    width:100%;
    padding-top:8px;
    padding-bottom:8px;
}

/* Main Menu Bar */

ul.main-menu, ul.submenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.main-menu > li
{
    position:relative;
    display:block;
    float:left;
}

ul.main-menu > li > a
{
    display:block;
    padding:7px;
    padding-top:12px; 
    padding-bottom:12px;
    color:#ffffff;
    font-size:14px; 
    text-decoration:none;
}


ul.main-menu > li > a.menu-down-arrow
{
    padding-right:22px;
}
.menu-down-arrow {
    background-image: url(images/downArrow.png);
    background-position: 85px 16px;
    background-repeat: no-repeat;
}

ul.main-menu > li:hover > a 
{
    background-color:#ae2014;
    color:#ffffff;
    text-decoration:none;
}

ul.main-menu > li > a:hover + ul.submenu
{
    display:block;
}

.submenu:hover
{
    display:block;   
}

.submenu
{
    background-color:#ffffff;
    position:absolute;
    display:none;
    z-index:300;
    border:1px solid #2f5e93;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    
}

.submenu > li > a
{
    display:block;
    padding:5px;
    min-width:227px;
    text-decoration:none;
    left:0;
    font-size:13px;
    text-indent:15px;
}

.submenu > li > a:hover
{
   background-color: #d77c2d;
   color:#ffffff;
}

.location-icon,
.find-case-icon,
.traffic-icon
{
    background-position:5px center;
    background-repeat:no-repeat;
}

.location-icon
{
    background-image: url(images/iconLocations.png);
}

.find-case-icon
{
    background-image: url(images/iconFindCase.png);
}

.traffic-icon
{
    background-image: url(images/iconTraffic.png);
}

.content-heading
{
    color:#153f82;
    text-transform:uppercase;
    font-size:18px;
    font-weight:900;
    margin-bottom:15px;
}

ul.submenu:after
{
    clear:both;
}

.menu-search-box
{
    width:160px;
    float:right;
    vertical-align:bottom;
    /*margin-left:15px;*/
    margin-right:130px;
    padding:0px;
    position:relative;
}

.search-textbox-watermark
{
    background-image: url(images/searchbox.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.menu-search-box > .menu-box-search-textbox, 
.menu-search-box > .menu-box-search-button
{
    position:absolute;
}

.menu-box-search-textbox
{
    margin-top:8px;
    border:1px solid #d6d6d6;
    height:18px;
    border-radius:5px;
}

.menu-box-search-button
{
     margin-left:160px;  
     margin-top:6px;
}

.copyright-info, .copyright-info > a
{
    color:#878e9f !important;
    font-size:11px;
    text-decoration:none;
}

.copyright-info > a:hover
{
    color:#d2dbf0 !important;
    text-decoration:underline;
}

ul.content-side-menu, 
ul.quick-side-menu
{
    width:100%;
    padding:0px;
    margin:0px;
}

ul.content-side-menu > li, 
ul.quick-side-menu > li
{
    display:block;
    text-decoration:none;  
}

ul.content-side-menu > li:first-child 
{
    border-top:1px dashed #f6cd8f;
}

ul.content-side-menu > li > a,
ul.quick-side-menu > li > a
{
    width:100%;
    display:block;
    font-size:14px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
    border-bottom:1px dashed #f6cd8f;
    color:#ffffff;
    text-decoration:none;
    width:237px; 
}

ul.quick-side-menu > li > a
{
    padding:4px;
    padding-top:12px;
    padding-bottom:12px;
    text-indent:50px;
    
}

ul.content-side-menu > li > a:hover
{
    background-color:#e4a04f;
}

ul.content-side-menu > li > a.active-blade,
ul.content-side-menu > li > a.active-blade:hover
{
    background-color:#ffffff;
    color:#1b1d44;
}

ul.quick-side-menu > li > a
{
    background-color:#e4a04f;
    border-bottom:1px dotted #f6cd8f;    
}

ul.quick-side-menu > li > a:hover
{
    background-color:#f0cca1;
    color:#80410a;  
}

.side-menu-title,
.side-menu-title.index-page
{
    display:block;
    width:229px;
    background-image:url(images/sidetitlebkg.png);
    /*background-color: #a31e0d;*/
    /*background-color: rgba(141, 16, 0, 0.8);*/
    padding:8px;
    color:#ffffff;
    text-align:center;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    margin-top:8px;
    margin-bottom:20px;
    margin-left:-12px;
    padding-right:8px;
    padding-left:20px;
}

.side-menu-title.index-page
{
    padding-right:8px;
    margin-left:0px;
}


.index-locations-icon,
.index-case-icon,
.index-violations-icon
{
    display:block;
    float:left;
    background-image: url(images/mainButtons.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:232px;
    height:137px;
    text-indent:-5000px;
}

.index-locations-icon
{
    background-position:top left;   
}

.index-case-icon
{
    background-position:top center;
}

.index-violations-icon
{
    background-position:top right;
}

.index-locations-icon:hover
{
    background-position:bottom left;    
}

.index-case-icon:hover
{
    background-position:bottom center;
}

.index-violations-icon:hover
{
    background-position:bottom right;
}

ul.events-list
{
    padding:0px;
    margin:0px;
    margin-left:15px;
    list-style:none;
    color:#41443d;
    font-weight:bold;
}

ul.events-list > li
{
    border-bottom:1px dashed #e0e0e0; 
    margin-bottom:20px;   
}

ul.events-list > li > ul
{
    font-size:12px;
    padding-top:5px;
    padding-left:15px;
    padding-right:10px;
    padding-bottom:5px;
    list-style-type:disc;
}

.read-more-link
{
    display:block;
    color:#ffffff;
    background-color: #17438c;
    padding:3px;
    width:95px;
    margin-left:15px;
    font-weight:bold;
    text-align:center;
}

.read-more-link:hover
{
    color: #cbdded;
}

.index-page-articles
{
    display:block;
    padding:10px;
    padding-top:30px;
    padding-bottom:15px;
    width:320px;
    float:left;
    font-size:13px;
    
}

.article-header
{
    border-bottom:2px solid #fdbb6d;
    padding-bottom:4px;
    text-align:center;
    width:100%;
    
}

.index-page-articles > .text-head
{
    font-size:11px;
    font-weight:bold;
    padding:10px;
}

.index-page-articles > .text-body
{
    padding-left:8px;
    
}

.index-page-articles > .text-body > .thumb-image
{
    float:left; 
    margin-right:8px;
}

.index-page-articles > .text-body > .read-more-link
{
    margin-top:5px;
    margin-left:72px;   
}

#content-slider
{

}

#content-slider .content-slider-navigation
{
    background-image:url(images/slider_nav.png);
    background-repeat:no-repeat;
    background-position:top center;
    width:693px;
    height:73px;
    position:absolute;
    margin-top:-75px;
    
}

ol li .inactive-link
{
    color:#666666;
}


/***************inside page **********************/
.section-header
{
   color:#000;
   font-size:14px;
   background-color:#e9ebf4;
   width: 100%;
   height: 20px;
   padding: 4px 0 0 8px;
   margin-left:10px;
   box-shadow: 1px 1px 6px rgba(0,0,0,0.4);     
   border-radius:4px;
}

 .returnToTop 
 {
     float: right;
     background-image: url(images/top.png);
     background-repeat:no-repeat;
     width: 110px;
     height: 20px;
     padding: 4px 0 0 8px;
     background-color:#e9ebf4;
     box-shadow: 1px 1px 6px rgba(0,0,0,0.4);     
     border-radius:4px;
     margin-bottom: 20px;  
 }
 
  .returnToTop a:link
 {
    color:#054c9c;
 }
   .returnToTop a:visited
 {
    color:#054c9c;
 }

.bullet-list > ul
{
    padding:0px;
    margin:20px 10px 30px 36px;
    list-style:square;
    /*list-style-image:url(images/bullet.png);*/
    
}
.bullet-list > ul li
{
    margin-bottom:14px;     
}
.bullet-list-link > ul
{
    padding:0px;
    margin:20px 10px 30px 36px;
    /*list-style:square;*/
    list-style-image:url(images/bullet.png);    
}
.bullet-list-link > ul li
{
    margin-bottom:14px;     
}
.bullet-list-link > ul li a 
{
  padding: 8px 0px 0px 0px;
  height: 30px;
  text-decoration:underline; 
  line-height:18px;
  color:#724315;
}
.bullet-list-link > ul li > a:hover
{
    color:#80410a;
    text-decoration:underline;
} 
.order-list > ol
{
    padding:0px;
    margin:20px 10px 30px 36px;
    
}
.order-list > ol li
{
    margin-bottom:14px;     
}
.order-list-link > ol
{
    padding:0px;
    margin:20px 10px 30px 36px;
}
.order-list-link > ol li
{
    margin-top:14px;     
}
.order-list-link > ol li a 
{
  padding: 8px 0px 0px 0px;
  height: 30px;
  text-decoration:underline; 
  line-height:18px;
  color:#724315;
   margin-top:14px; 
}
.order-list-link > ol li > a:hover
{
    color:#80410a;
    text-decoration:underline;
} 


.bottom-break
{
    margin-bottom:20px;  
}

.emphasis
{ color: Red;  
}
 table.zebratable {
   width: 100%;
   margin-top: 10px;
   margin-left: 10px;
   text-align: left; }
.zebratable th {
   background-color: #d77c2d;
   border-bottom:1px dashed #f6cd8f;
   color: #FFF;
   padding: 0px 10px; 
   }
td,th.zebratable {
   padding: 4px 5px; }
.odd {
   background-color:#fbf2de; }
.odd td {
   border-bottom:1px dashed #f6cd8f; }  
   
.even {
   background-color:#fff; }
.even td {
   border-bottom:1px dashed #f6cd8f; }  

.inside-page-title
{
    display:block;
    float:right;
    background-image:url(images/sidetitlebkgblu.png);
    /*background-color: #a31e0d;*/
    /*background-color: rgba(141, 16, 0, 0.8);*/
    padding:8px;
    color:#ffffff;
    text-align:left;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    margin-top:-7px;
    margin-bottom:30px;
    margin-left:0px;
    margin-right:-42px;
    /*padding-right:80px;*/
    padding-left:20px;
}

.links-tagline
{
   background-image: url(images/subheaderTagline.png); 
   background-repeat:no-repeat;
   background-position:absolute;
   position:relative;
   top:0px;
   left:0px;
   float: left;
   margin-top: -20px;
   padding:0px;
   width:215px;
   height:67px;
   z-index:600;

}

.links-tagline-copy
{
top:0px; 
left:0px; 
position:inherit; 
color:#FFF; 
padding:5px 14px; 
margin:0px;
line-height:18px;
}
  
.inside-page-quickstart
{
  font-size: 14px;
  color: #1b1d44;
  background-color:#e9ebf4; 
  float:left;
  margin-left:100px; 
  margin-top:-50px;
  margin-bottom:20px;
  width:520px;
  height:30px;
  padding: 0 30px 10px 30px;
  position:relative;
  border-radius:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    top: -24px;
    left: 45px;
}

.inside-page-quickstart > ul 
{
  margin: 0;
  padding: 0 0px 0 0px;
  margin-top:6px;
  float:right;
}
.inside-page-quickstart > ul li 
{
  float: left;
  padding: 6px 0 0 16px;
  margin-left: 0px;
  list-style-type: none;
}

.inside-page-quickstart > ul li a 
{
  padding: 8px 0px 8px 24px;
  height: 30px;
  text-decoration: none;
  line-height:18px;
}


.inside-page-quickstart > ul li > a:hover
{
    color:#80410a;
    text-decoration:underline;
}


.paymentPlan { 
  margin-top: 10px;
  color: #ffffff;
  background-color:#66a523; 
  border: 2px solid #3a6114;
  border-radius: 10px;
  padding:10px;
} 
 
  

.fees-icon,
.forms-icon,
.howto-icon,
.efile-icon,
.trafficschool-icon
{
    background-position:left;
    background-repeat:no-repeat;
}
.fees-icon
{
    background-image: url(images/iconFees.png);
}

.forms-icon
{
    background-image: url(images/iconForms.png);
}

.howto-icon
{
    background-image: url(images/iconHowTo.png);
}

.efile-icon
{
    background-image: url(images/iconEfile.png);
}
.trafficschool-icon
{
    background-image: url(images/iconTrafficSchool.png);
}
.quickstart-efile
{
 
  position:relative; font-size: 14px;
  color: #1b1d44;
  background-color:#e9ebf4; 
  float:left;
  margin-left:100px; 
  margin-top:-50px;
  margin-bottom:20px;
  width:420px;
  height:30px;
  padding: 0 30px 10px 130px;
  position:relative;
  border-radius:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.quickstart-efile > ul 
{
  margin: 0;
  padding: 0 0px 0 0px;
  margin-top:6px;
  float:left;
}
.quickstart-efile > ul li 
{
  float: left;
  padding: 6px 0 0 16px;
  margin-left: 0px;
  list-style-type: none;
}

.quickstart-efile > ul li a 
{
  padding: 8px 0px 8px 24px;
  height: 30px;
  text-decoration: none;
  line-height:18px;
}


.quickstart-efile > ul li > a:hover
{
    color:#80410a;
    text-decoration:underline;
}

table.pjClerk
{
    clear:both;
    width: 100%;
    text-align:center;
    padding: 0;
    margin-bottom:20px;
}
.pjClerkBottomBorder
{
  font-size: 18px;
  font-weight: bold;
  color: #1b1d44;
  padding-top: 40px;
  margin:0;
  border-bottom: 1px solid red;
  line-height: 1px;
}  
   
.location-table
{
    border-collapse:inherit !important;       
}
    
 .location-panel
{
  font-size: 13px;
  color: #1b1d44;
  background-color:#e9ebf4; 
  width:200px;
  
  padding:10px;
  position:relative;
  margin:2px;
  border-radius:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.location-panel .location-title
{
    text-align:center;
    color:#FFF;
	font-size: 13px;
	font-weight:bold;
	background-color:#6d8ebd;
	padding:10px;
	width:100%;
	margin-left:-10px;
}


    
/************buttons*************************/
a.button,
.order-list-link > ol li a.button
{
background: transparent url('images/buttonRight.png') no-repeat scroll top right; 
display: block;
float: left;
height: 24px;
margin-right: 22px;
line-height: 22px;
padding-right: 18px;
text-decoration: none;
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:4px;
position:relative;
padding-top:0px;
}

a.button span, 
.order-list-link > ol li a.button span
{
background: transparent url('images/buttonLeft.png') no-repeat; 
display: block;
line-height: 24px; 
padding: 0px 0 0px 18px;
} 

a.button:hover span{
text-decoration:underline;
}

/**** Alternate button ****/

a.alternate-button,
.order-list-link > ol li a.alternate-button
{
background: transparent url('images/alternate-buttonRight.png') no-repeat scroll top right; 
display: block;
float: left;
height: 24px;
margin-right: 22px;
line-height: 22px;
padding-right: 18px;
text-decoration: none;
color: #47290f;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:4px;
position:relative;
padding-top:0px;
}

a.alternate-button span, 
.order-list-link > ol li a.alternate-button span
{
background: transparent url('images/alternate-buttonLeft.png') no-repeat; 
display: block;
line-height: 24px; 
padding: 0px 0 0px 18px;
} 

a.alternate-button:hover span{
text-decoration:underline;
}

/**************************/


.location-panel a.button 
{
    margin-right: 9px;
    padding-right: 9px;
}

.location-panel a.button span 
{    
    padding-left: 9px;
    white-space: nowrap;
}


.search {
	margin: 0 auto;
	background: #FFF;
	margin-top: 60px;
}

.search fieldset {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	border:none;
	background-color:#e9ebf4;
	padding-bottom: 20px;
	border-radius:10px;
}
.search legend 
{
    padding: 0.2em 0.5em;
    font-size:90%;
    text-align:right;
	font-weight:bold;
	color:#FFF;
	font-size: 14px;
	background-color:#6d8ebd;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
	position:inherit;

}


.search input.textbox {
	color: #000;
	width: 190px;
	height: 18px;
	border: 1px solid #DDD;
	margin-top: 10px;
	text-align: left;	
}
.search input.textbox:focus {
	background: #fbf2de;
	outline: none;
}
.search .btn {
	width: 59px;
	height: 20px;
	cursor: pointer;
	background: transparent url('images/formbutton.png') no-repeat top right;
	border-style:none;
	color: #FFF;
	font-weight: bold;
	margin: 10px 0 0 -20px;
}
.search .btn:hover {
	background: transparent url('images/formbutton.png') no-repeat bottom right;
}

  
  
  
/***************profile page **********************/

.profile-page-contact
{
    font-size:16px;
    float:left;
    line-height:20px;
    margin-left:10px;
    padding-left:10px;
    border-left:2px solid #FFF;
    width:120px;
    text-transform:none;
}
    
.profile-page-title
{
    display:block;
    float:right;
    width:400px;
    background-image:url(images/sidetitlebkgblu.png);
    /*background-color: #a31e0d;*/
    /*background-color: rgba(141, 16, 0, 0.8);*/
    padding:8px;
    color:#ffffff;
    text-align:left;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    margin-top:3px;
    margin-bottom:44px;
    margin-left:0px;
    margin-right:-52px;
    /*padding-right:80px;*/
    padding-left:20px;
}

.profile-page-subtitle
{
    top:0px;
    left:0px;
    position:absolute;
    display:block;
    float:inherit;
    width:400px;
    background-color: #6d8ebd;
    padding:8px;
    color:#ffffff;
    text-align:left;
    font-size:16px;
    font-weight:bold;
    margin-top:75px;
    margin-left:200px;
    
    /*margin:0px 0px 0px 10px;*/
}
/*****profile with larger image - will need to resize all images to 100 x 130
.profile-img
{
   top:0px;
   left:0px;
   position:absolute;
   margin-left:580px;
   margin-top: 54px;
   padding: 0px;
   width:100px;
   height:130px;
   z-index:300;
   border: 2px solid #06205d;
   box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 }

**/
/******************smaller image same size as current site************/
.profile-img
{
   top:0px;
   left:0px;
   position:absolute;
   margin-left:594px;
   margin-top: 54px;
   padding: 0px;
   /*width:81px;*/
   z-index:300;
   border: 2px solid #06205d;
   box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 }
 
 .profile-img img
 {
     display:block;
 }
 
.profile-page-profile
{ 
  
  background-color:#e9ebf4; 
  text-align:left; 
  float:left; 
  margin-left:10px; 
  margin-top:30px;
  margin-bottom:20px; 
  width:690px;
  height:auto;
  border-radius:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
    
    .profile-wrap-text
{
  padding-right: 120px;
 }
 
.profile-highlights
{
    display:block; 
    position:relative;
    margin-top: 10px;
    padding: 0;
}
.profile-highlights > p
{
   color:06205d; 
   font-variant:small-caps; 
   font-size: 14px;
   padding-left:10px;
   font-weight:bold;
}
.profile-highlights > ul
{
   float: left; 
   margin-left: 10px;
   margin-right: 10px; 
   list-style:square; 
   white-space:pre-line;
   background-color: #FFF;
   width: 588px;
   border-radius:10px;
   padding:10px 40px 10px 40px;
}


    
    