h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}

h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

ul.gc {
  margin-top: 0;
  list-style-position: outside;
  list-style-image: url(../../res/img/squareOrange.gif);
  list-style-type: square;
  color: #F60;
}

ul.gc li {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  padding-top: 3px;
}

div.gc_type {
  background-color: #8baec0;
  margin-right: 15px;
  color: #333333;
  font-size: 13px;
}

ul.gc li span {
  font-weight: normal;
  float: left;
  padding-bottom: 10px;
}

div.gc_margin {
  padding-left: 30px;
  padding-bottom: 10px;
}

div#buttons input {
  float: right;
}

div#buttons #bt_logout {
  margin-right: 5px;
}

span#text_accept {
  padding-left: 7px;
}

.popup div#top_popup {
  background-image: url("../../res/img/logo.gif");
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-top: 80px;
  text-align: right;
  padding-right: 35px;
  
  font-family:Arial,Helvetica,sans-serif;
  color: #333333;
  font-size: 10px;
}

body.popup {
	padding-left: 13px;
}

#top_popup a {
	text-decoration: none;
}
#top_popup a:hover {
  text-decoration: underline;
}
#top_popup a#close, #top_popup a#print {
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px;
  margin: 0 5px 0 5px;
}

#top_popup a#close {
  background-image: url("../../res/img/pictoCLOSE.gif");
}

#top_popup a#print {
  background-image: url("../../res/img/pictoPrint.gif");
}