/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.container { background:#ffffff;
moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-top-left-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
margin-top:20px;

-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			padding:25px 25px 25px 25px;
			border:5px solid #0090b5;

}
.footer { color:#ffffff; font-size:12px; margin-top:10px; }
.form-container {
	background:#0090b5 url(/progressiveautobuyer/images/form-bg.png) repeat-x;
	color:#ffffff;

}

.ribbon {
    display: block;

    font-family: 'Walter Turncoat',arial,serif;
    font-size: 20px;
    height: 93px;
    left: 200px;
	top:350px;
    line-height: 22px;
    position: absolute;
    width: 942px;
}

.content {   color: #222222; }

.form { background:url(/progressiveautobuyer/images/form-bg.png);
moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-top-left-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
margin-top:20px;
padding:20px;
			padding:10px 10px 10px 10px;
border: 3px solid #0090b5;

}


/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


