/* NSLDS-specific CSS */
/* top part of page */
#ecud table {table-layout: fixed;
border-width: 1px;
	border-color:"red";
}
#selectedSchs OPTGROUP {
	font-style: normal;
	}
#newlySelectedSchs OPTGROUP {
	font-style: normal;
	}
#ecud tr {
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 0px;
border-width: 1px;
	border-color:"red";
	}
#ecid table tr td {
	    padding: 0px;
    margin-left: 2px;
    height: 100%;
    border-width: 1px;
	border-color:"red";
	}
	
#ecud table .rowlabel { 
    font:bold 12px Arial, Verdana, sans-serif;
    padding-left: 10px;
    margin-left: 4px;
}
#ecud table .rowlabel .footnote{
	padding-left: 4px;
	font-weight: normal;
	}
#ecud INPUT {
	    padding: 0px;
    margin: 0px;
	
	}	
#ecud CAPTION {
	text-align: left;
	font-weight: bold;
	}
.stdcolor {
	color: #008FB6;
	}
.boldTH th {
	font-weight: bold;
	}
.gridInfo table {
	font:normal 12px Arial, Verdana, sans-serif;
	border-width: 2px;
	border-color:#008FB6;
	border-style: solid;
	width=100%;
	border-collapse: collapse;
	}
.gridInfo tr {
	height: 20px;
	}
.gridInfo CAPTION {
	text-align: left;
	font-weight: bold;
	}

.gridInfo td
{text-align: center;
font:12px Arial, Verdana, sans-serif;
	border-width: 2px;
	border-color:#008FB6;
	border-style: solid;
}
.gridInfo th
{text-align: center;
font-weight: bold;
font-size:12px;
font-family: Arial, Verdana, sans-serif;
	border-width: 2px;
	border-color:#008FB6;
	border-style: solid;
}

	

#main-stu {
    width:800px;
    min-height: 900px;
    margin:0;
    padding:0;
    position:relative;
    background:#fff url(../images/nslds/misc/aid_back.gif) top left no-repeat;
}
#junk {
	    border: 1px; border-style: solid; border-color: green;
	}
	
#main-stu-ec {
    width:772px;
    margin:0;
    padding:0;
    position:relative;
    background:#fff url(../images/nslds/misc/3.0.1_back.gif) top left no-repeat; 
}
.lang {font-family:  Arial;
    font-weight: bold;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	float: right;
	position:relative;
	top:-80px;}

.lang a {
font-family:Arial;
    color: #008FB6;
    text-decoration:underline;
}


.ec-detail {
	width:769px;
    position:relative;
    top: 2px;
    padding-top:0px;
    padding-bottom:0px;
    clear:both;
   	margin: 0px 1px 0px 4px;
}

.ec-content { 
width: 580px;
float: left;
border-top-width: 0px;
margin-top: 0px;
padding-top: 0px;
font-family: Arial;
font-size: 12px;
margin-left: 5px;
margin-right: 1px;}
.ec-content-page-name {
		font-weight: bold;
		color: #008FB6;
	}	
.ec-content p {text-align: left;}
.ec-content ul {margin-left: 5%; text-align: left;
padding-left: 5px;
;list-style : disk;}

.ec-navigation1 {width: 160px; float: right;
margin-top: 10px;
margin-right: 0px;
border: none;
font-family:Arial;
font-size: 12px;
}

.ec-navigation-section {
	margin-left:-12px;
	padding-left:0px;
	font-weight: bolder;
	color: #008FB6;
	}
.ec-current-page {
	display: block;
	margin-left:-12px;
	font-weight: bold;
	font-size: larger;
	font-style: normal;
	}
.ec-navigation-lead-dash {
	margin-left:-8px;
	}
.ec-navigation li li {
	padding-left:-5px;
	}
.ec-checkmark-lead {
	margin-left:-12px;
	}
.ec-checkmark li li {
	padding-left:-5px;
	}
.ec-quest-ans {
	font-weight: bold;
	}
.tec-quest-ans-correct {
	font-weight: bold;
	color: #008000;
}
.tec-quest-ans-incorrect {
	font-weight: bold;
	color: #FF0000;
}
.tec-uppercase {
	text-transform : uppercase;
}

.ec-navigation  a, .ec-navigation a:link {
font-family:Arial;
	margin-left:-12px;
	padding-left:10px;
    color: #008FB6;
    text-decoration:underline;
    font-weight:bold;
}
.ec-navigation ul {text-align: left;padding-left: 16px;
list-style-type: none;}

.ec-callout-box {
padding:4px;
margin:4px;
color: white;
background: #008FB6; 
}
.eclist li {
  margin-top: 1em;
}
#ec-v-centerd-box {
	clear:both;
	height:100%;
	margn-bottom:-50%;
	float:right;
	position:relative;
	border-width: 0px;
	text-align: right;
	vertical-align: text-bottom;
    font-size: 14px;
}
form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form legend span {
	display: block; 
	white-space: normal; 
	width: 520px;	
}

#rndcorner { 
        width:568px; 
        margin-right:2%; 
        border:3px solid #D6D6C2; 
        background:#E0E9F8; 
        padding: 3px; 
        font: 12px  Arial, Verdana, Helvetica, sans-serif; 
        -moz-border-radius: 15px 0 15px 0; 
}

#ansSub {
	width: 55%;
	float: right;
	}
	
#addressUpdSub {
	width: 50%;
	float: right;
}

a.ehover{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#008FB6;
    
    text-decoration:none}

a.ehover:hover{z-index:25; background-color:#ff0}

a.ehover span{display: none}

a.ehover:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:2em;
    padding: 4px;
    font-weight: bold;
    background-color: #e5e8e9;
    border:3px solid #9db1b3; color:#008FB6;
    text-align: left}
#xy {
  width: 156px;
  height: 18px;
  overflow: hidden;
	}
#xy a 
{ vertical-align: bottom;
overflow: hidden;
  font-size: large;
  padding-left: 156px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  color: black;
 text-decoration: none;
 background: url(../images/nslds/stu/btn_financial_aid_review_off.gif) top left no-repeat;
}
#xy a:hover {
	 background: url(../images/nslds/stu/btn_financial_aid_review_on.gif) top left no-repeat;
}		
.sub:hover {
	 background: url(../images/nslds/stu/btn_financial_aid_review_on.gif) top left no-repeat;
}		
#logo {
    padding-top:8px;
    padding-left:1px;
    padding-bottom:10px;
    height:64px;
}

#logo img {
	height:60px;
}

#title {
    position:absolute;
    right:0;
    top:48px;
}

.displayonly {}

.info {
    clear:both;
    width:772px;
    text-align:center;
    padding:10px 0;
}
.info a, .info a:link, .info a:visited {
    color:#C53900;
    font-weight:bold;
    text-decoration:underline;
}
/* end top part of page */

/* menus */
#nmenu {
	background-color: #e5e8e9;
	border-top:1px solid #9db1b3;
	border-bottom:1px solid #9db1b3;
    font-family:  Arial;
    font-weight: bold;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	top: -32px;
	width:800px; 
}
 
#nmenu a {
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	color: #2e2e2f;
	border-top:2px solid #9db1b3;
	border-bottom:2px solid #9db1b3;
}
#nmenu a:hover {background-color: #f9f9f9;
border-top: #007aa9;
border-bottom: #007aa9;
color: #3294b9;
}
#nmenu .nmenuSel {
	background-color: #f9f9f9;
	border-top: #007aa9;
    border-bottom: #007aa9;
    color: #323232;
}

/* end menus */

/* forms */
.f-retrieve {
    padding:3px 0 3px 40px;
}
.f-retrieve div {
    float:left;
    padding-right:20px;
}

.f-addmon {
    text-align:center;
}
.f-addmon div {
    padding-bottom:5px;
}

.f-datatable {
    position:relative;
    margin:5px auto;
/*    padding-top:5px; */
    padding-bottom:5px;
    clear:both;
    width: 752px;
}
.f-datatable div {
	width: 752px;
	text-align:center;
    padding:5px 0;
}
.f-datatable p {
    text-align:left;
}
.f-datatable p a, .f-datatable p a:link {
    color:#C53900;
    text-decoration:underline;
}
.f-datatable h3 {
    font-size:0.9em;
    padding-top:1.5em;
    padding-bottom:0;
    margin:0;
}
.f-datatable a, .f-datatable a:link {
    color:#545454;
    text-decoration:none;
    font-weight:bold;
}
.f-datatable a:hover {
    color: #008FB6;
    background-color: #fff;
    text-decoration:none;
    font-weight:bold;
}
.f-datatable table {
    clear:both;
}
.f-datatable th {
    color:#fff;
    background:#56656A;
}
.f-datatable td { 
    color:#000;
    background:#D1DBDD;
    border-right:1px solid #96A0A2;
    border-bottom:1px solid #96A0A2;
    white-space:nowrap;
}
.f-datatable table a {
    margin-right:5px;
}

.f-querytable {
    margin:5px auto;
    padding:10px 0;
    clear:both;
}
.f-querytable div {
    position:relative;
    text-align:center;
    padding:5px 0;
}
.f-querytable a, .f-querytable a:link {
    color:#545454;
    text-decoration:none;
    font-weight:bold;
}
.f-querytable table {
    color:#000;
    background:#D1DBDD;
    border:1px solid #96A0A2;
    clear:both;
}
.f-querytable h3 {
    font-size:0.9em;
    padding-top:1.5em;
    padding-bottom:0;
    margin:0;
}
.f-querytable th {
    text-align:right;
    font-weight:bold;
    padding:5px 5px;
}
.f-querytable td { 
    padding:5px 5px;
    white-space:nowrap;
}
.f-querytable td.rowlabel { 
    font-weight: bold;
}

.f-datatable2 {
    position:relative;
    margin:5px auto;
    padding-top:5px;
    padding-bottom:5px;
    clear:both;
   	margin: 0px 24px 0px 24px;
}

.f-datatable2 div {
    text-align:center;
    padding:5px 0;

}
.f-datatable2 a, .f-datatable2 a:link {
    color: #008FB6;
    text-decoration:underline;
    font-weight:bold;
}
.f-datatable2 ul {list-style: disc;
list-style:outside; margin-left: 20px;}

.f-datatable2 table {
    border-left:1px solid #96A0A2;
    border-top:1px solid #96A0A2;
    clear:both;
}
.f-datatable2 th {
    font-size:90%;
    text-align:right;
    color:#fff;
    background:#647378;
}

.f-datatable2-old th {
	    background:#56656A;
	}
.f-datatable2 td { 
    color:#000;
    background:#DAE1E3;
    border-right:1px solid #96A0A2;
    border-bottom:1px solid #96A0A2;
    white-space:nowrap;
}

.f-datatable2-old td {
    background:#D1DBDD;
}

.f-datatable3 {
	margin-top:-20px;
	padding-left:80px;
	padding-bottom:20px;
	font-weight:bold;
}

.f-datatable3 a {
    color: #008FB6;
    text-decoration:underline;
    font-weight:bold;
}

.f-datasummary td {
    border-top:1px solid #96A0A2;
    border-bottom:2px solid #96A0A2;
    padding-top:5px;
    padding-bottom:5px;
    font-size:100%;
    font-weight:bold;
    white-space:nowrap;
}

.dheader {
    background:#D1DBDC;
    color:#000;
    height:40px;
}
.dheader div {
    float:left;
    background:#D1DBDC;
    color:#000;
    text-align:left;
    padding-top:10px;
}

.helpimg {
    position:absolute;
    top:9px;
    right:2px; 
}

a.footnote, a:link.footnote {
    background:#C73800;
    padding:2px 4px;
    color:#fff;
    font-size:85%;
}

a.footnote-stu, a:link.footnote-stu {
    background:#007BA6;
    padding:2px 4px;
    color:#fff !important;
    font-size:85%;
}
a:hover.footnote-stu {
    background:#fff;
    padding:2px 4px;
    color:#007BA6 !important;
    font-size:85%;
}
.statusdl {
    background:#FE0002;
    color:#fff;
    padding:2px 4px;
    font-weight:bold;
}

.userinfo {
    padding:20px 10px 0px 10px;
    font-size:100%;
    font-weight:bold;
} 
.userinfo div {
    float:left;
    width:50%; 
} 
.userinfo span {
    color:#0080C0; 
}
.userinfo a, userinfo a:link, userinfo a:visited {
    color:#00f;
    font-weight:normal;
}

.su h1 {
	margin:10px 60px 10px 60px;
	line-height:1.5em;
}

.su p {
	margin:10px 60px 10px 60px;
	line-height:1.5em;
}

.su span {
    color:#0080C0;
}

.su ul {
	padding:10px 90px 10px 90px;
}

.su li {
	padding:5px;
}

.su a {
	color:#00f;
}

.bracket-stu {
    margin:10px;
    padding:5px 0;
    border-top:2px solid #56656A;
    border-bottom:2px solid #56656A;
    font-size:100%;
    clear:both; 
}

.page-anchor {
	text-align: left;
}

.disclaimer-stu {
    margin:5px 10px 5px 10px;
    padding:5px 0;
    /*border-top:2px solid #56656A;*/
    border-bottom:2px solid #56656A;
    font-style:italic;
    font-size:90%; 
    clear:both;
}
.disclaimer-stu-printOnly {display: none;}
.disclaimer2-stu-printOnly {display: none;}

.disclaimer2-stu {
    margin:5px 10px 15px 10px;
    padding:5px 0;
    font-style:italic;
    font-size:90%; 
    clear:both;
}

.disclaimer3-stu {
    padding:5px 0;
    font-style:italic;
    font-size:90%; 
    clear:both;
}

/* end forms */

/* page-specific identifers */
#homepage {
    position:relative;
    background:#fff;
}
#homepage div {
    float:left;
    clear:right;
    background:#fff;
}
#homepage div div {
    float:none;
}

.hometext-stu {
    width:362px;
    padding-right:15px;
    border-right:4px solid #008FB6;
}

.hometext-pro {
    width:362px;
    padding-right:15px;
    border-right:4px solid #CC5415;
}
.hometext-pro div {
    width:150px;
    padding:10px 10px 0 0;
}
.hometext-pro span {
    font-weight:bold;
}
/* end page-specific identifers */


/* misc classes */
.centertxt, .centertxt th, .centertxt td {
    text-align:center;
}

.lefttxt, .lefttxt th, .lefttxt td {
    text-align:left;
}
.toptxt, .toptxt th, .toptxt td {
    vertical-align: top;
}

.buttonrow {
    margin-bottom:10px;
    text-align:center;
}
.buttonrow input {
    margin:0 20px;
}
ul {list-style: disc;
list-style:outside;}

.fieldInError {
    color:#f00;
    font-weight:bold;
}
.fieldInErrorMessage
{
    color:#f00;
    font-weight:bold;
    text-align: right; 
}
.f-datatable2 dl {display:inline}

.nbutton {
	text-align: center;
}
.nbutton1 {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 1px 1px 1px;
	border-style: double;
	border-width: 3px;
}	
.nbutton a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #008FB6;
	color: #fff;
	text-align: center;
	margin: 0px;
	border-style: double;
	border-width: 3px;
	padding: 0px 10px 0px 10px;
}

.nbutton a:hover {background-color: #fff;
    color: #008FB6;
    border-style: solid;
    border-width: 1px;
	padding: 1px 11px 1px 11px;
    margin: 0px 1px 0px 1px;
}
form span.nbutton {
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #008FB6;
	padding: 1px 1px 1px 1px;
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}
input.nbutton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	background-color: #008FB6;
	padding: 1px 2px 0px 2px;
	margin: 0px;
    cursor: pointer;
}
form [disabled='disabled'] span.nbutton {
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #008FB6;
	padding: 1px 1px 1px 1px;
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	}

form  [disabled='disabled'] input.nbutton  [disabled='disabled'] {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	background-color: #008FB6;
	padding: 1px 2px 0px 2px;
	margin: 0px;
    cursor: default;
	}

input.nbutton:hover {
	background-color: #fff;
    color: #008FB6;
}
.nextprevbutton {
    float: right;
    padding-top: 2px;
    padding-bottom: 3px;
}
.trigger ul.menu
        {
            display: none;
            position: absolute;
            margin: 0;
            padding: .4em;
            list-style: none;
            border: solid 1px #ccc;
        }
        .trigger ul.menu li
        {
            padding: .1em .5em;
        }
        .trigger ul.menu li a
        {
            display: block;
        }
        .trigger:hover
        {
        }
        .trigger:hover ul.menu
        {
            display: block;
        }
/* end misc classes */
}
/* gateway-specific */ /* relative font sizes for IE users */
#ecmenu {
	margin: 0;
	padding-left: 0px;
	overflow: hidden;
	background: white;
	font-family: Arial;
	font-size: 12px;
	width: 158px;
	vertical-align: top;
}

#ecmenu li {
	list-style-type: none;
	display: block;
	width: 100%;
	padding-left: 2px;
	background: transparent;
	border-top: 2px solid #9db1b3;
	border-bottom: 2px solid #9db1b3;
}

#ecmenu li a {
	display: block;
	text-decoration: none;
	color: #00b;
	margin: 0px;
	padding: 1px 0px 1px 5px;
	width: 100%;
}

#ecmenu li a span {
	display: none;
	color: #000;
}
#ecmenu li a span button{
	text-decoration: none;
	color: black;
	cursor: default;
	vertical-align: top;
}

#ecmenu li a.one span {
	text-align: left;
	display: block;
	margin-left: -2px;
	font-size: 12px;
}

.ecmenuButton {
	text-align: left;
	display: block;
	margin-left: 4px;
}

#ecmenuCurrButtonStyle button {
	font-weight: bold;
	background-color: red;
}

.ecmenuCurrSpan {
	font-size: 14px;;
	vertical-align: top;
	display: block;
	background-color: inherit;;
	margin-left: -4px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.ecmenuButton span {
	background: red;
	text-decoration: none;
}
.ecmenuButton button {
	background: red;
	border: none;
	cursor: default;
	font-family: Arial;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 0px;
	color: black;
	font-size: 12px;
	text-align: left;
	width: 145px;
	vertical-align: bottom;
	background-color: transparent;
}

#ecmenu li a button {
	background: red;
	border: none;
	cursor: pointer;
	font-family: Arial;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 0px;
	color: #008FB6;
	text-decoration: underline;
	font-weight: bolder;
	text-align: left;
	width: 145px;
	vertical-align: bottom;
	background-color: transparent;
}
#ecmenu li a INPUT {
		background: white;
	border: none;
	cursor: pointer;
	font-family: Arial;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 0px;
	color: #008FB6;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	width: 140px;
	vertical-align: middle;
	background-color: transparent;
	}
	
#ecmenu li a .one ul {
	display: block;
	margin: 0;
}
#ecmenu li a:hover {
	background: transparent;
	width: inherit;
  }

#ecmenu li a:hover span {
	display: block; 
 	margin-left: -2px; 
	cursor: pointer;
 }
#ecmenu li a:hover ul {
	display: block; 
	height: 5em; 
	margin: 0 10px; 
	cursor: pointer;
}
#ecmenu li li {
	font-family: Arial;
	margin-left: -10px;
	padding-left: 20px;
	width: 150px;
	color: #008FB6;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	word-spacing: normal;
}

#ecmenu li li a {
	font-family: Arial;
	margin-left: 0px;
	padding-left: 0px;
	color: #008FB6;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
}

#ecmenu li a :hover .h2 {
	width: 158px;
}

#ecmenu .h1 {
	display: block;
	width: inherit;
	text-align: center;
	font-weight: bold;
	background-color: #e5e8e9;
}

#ecmenu .h2 {
	font-family: Arial;
	margin-left: -10px;
	padding-left: 5px;
	padding-right: 0px;
	margin-right: 0px;
	color: #008FB6;
	text-decoration: none;
	font-weight: bold;
}

#ecmenu a .one .h2 {
	margin-left: -10px;
}

.curved {
	width: 160px;
}

.curved .b1,.curved .b2,.curved .b3,.curved .b4 {
	font-size: 1px;
	display: block;
	background: #88c;
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden;
	/* */
}

.curved .b1,.curved .b2,.curved .b3 {
	height: 1px;
}

.curved .b2,.curved .b3,.curved .b4 {
	background: #9db1b3;
	border-left: 1px solid #88c;
	border-right: 1px solid #88c;
}

.curved .b1 {
	margin: 0 4px;
	background: #88c;
}

.curved .b2 {
	margin: 0 2px;
	border-width: 0 2px;
}

.curved .b3 {
	margin: 0 1px;
}

.curved .b4 {
	height: 2px;
	margin: 0;
}

.curved .c1 {
	margin: 0 5px;
	background: #9db1b3;
}

.curved .c2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.curved .c3 {
	margin: 0 2px;
}

.curved .c4 {
	height: 2px;
	margin: 0 1px;
}
.curved .boxcontent {
	display: block;
	border-left: 1px solid #88c;
	border-right: 1px solid #88c;
	font-size: 0.9em;
	text-align: left;
	width: 158px;
}
.congrat {
	margin-left:30px;
	width: 560px;
}

.congrat .b1,.congrat .b2,.congrat .b3,.congrat .b4 {
	font-size: 1px;
	display: block;
	background: #88c;
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden;
	/* */
}

.congrat .b1,.congrat .b2,.congrat .b3 {
	height: 1px;
}

.congrat .b2,.congrat .b3,.congrat .b4 {
	background: #9db1b3;
	border-left: 1px solid #88c;
	border-right: 1px solid #88c;
}

.congrat .b1 {
	margin: 0 4px;
	background: #88c;
}

.congrat .b2 {
	margin: 0 2px;
	border-width: 0 2px;
}

.congrat .b3 {
	margin: 0 1px;
}

.congrat .b4 {
	height: 2px;
	margin: 0;
}

.congrat .c1 {
	margin: 0 5px;
	background: #9db1b3;
}

.congrat .c2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.congrat .c3 {
	margin: 0 2px;
}

.congrat .c4 {
	height: 2px;
	margin: 0 1px;
}
.congrat .boxcontent {
	display: block;
	border-left: 5px solid #9db1b3;
	margin-right: 0px;
	padding-right: 0px;
	border-right: 5px solid #9db1b3;
	font-size: 14px;
	text-align: left;
	width: 550px;
}
.congrat .boxcontent .h1 {
	font-size: 35px;
	}
.congrat .boxcontent .h2{
	font-size: 18px;
	}
.congrat .boxcontent .h3{
	font-size: 12px;
	}
.bloc { display:inline-block; vertical-align:top; overflow:hidden; border:none; }
.bloc select { padding:8px; margin:-4px -26px -4px -4px;  }
.bloc .pinFlag { width:21px; padding:4px 0px 2px 0px; margin:4px -16px 0px -4px; background-color: white; }
.pinFlagHidden {display: none;}

 
	
	
	