@charset "utf-8";
/* CSS STYLES */
body {
	font: 62.5%/1.5 Helvetica, Arial, sans-serif;
	margin:0;
	padding: 0;
	color: #024385;
	text-align: center;
}
/* FONTS */
@font-face {
font-family: 'CenturyGothicBold';
src: url('../fonts/gothicb-webfont.eot');
src: url('../fonts/gothicb-webfont.eot?iefix') format('eot'),
     url('../fonts/gothicb-webfont.woff') format('woff'),
     url('../fonts/gothicb-webfont.ttf') format('truetype'),
     url('../fonts/gothicb-webfont.svg#webfont1TRZcKPh') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CenturyGothicRegular';
src: url('../fonts/gothic-webfont.eot');
src: url('../fonts/gothic-webfont.eot?iefix') format('eot'),
     url('../fonts/gothic-webfont.woff') format('woff'),
     url('../fonts/gothic-webfont.ttf') format('truetype'),
     url('../fonts/gothic-webfont.svg#webfontQnouVRcX') format('svg');
font-weight: normal;
font-style: normal;
}
/* =containers */
#outer-container {
	width:800px;
	height:600px;
}
#inner-container {
	background-color:#fff;
}
/* =header */
#header {
	height:102px;
	background: url(../assets/header-frise.png) no-repeat right 82px;
	text-align:left;
}
#header .logo {
	height:76px;
	width:79px;
	background: url(../assets/globe-logo-page.png) no-repeat left center;
	float:left;
	margin:14px 0 0 28px;
}
#header .logo img {
	display:none;
}
#header .title {
	float:left;
	margin-left:14px;
	padding-top:20px;
	width:500px;
}
#header .title h1 {
	font-size:19px;
	line-height:23px;
	margin:0;
	color:#044388;
	font-weight:normal;
	}
#header .title h2 {
	margin:0;
	font-size:15px;
	line-height:17px;
	color:#044388;
	font-weight:normal;
	font-style:italic;
}
/* =header home */
.home #header {
	height:201px;
	background:none;
}
.home #header .logo {
	padding:30px 0 34px 0;
	display:block;
	background: url(../assets/gabriel-logo.png) no-repeat right 30px,  url(../assets/globe-logo.png) no-repeat left 30px;
	margin:0;
	width:700px;
	margin:0 50px;
}
/* =globals */
#header .globe-links {
	float:right;
	margin:33px 36px 0 0;
	position:relative;
}
#header .globe-links ul {
	display:inline;
}
#header .globe-links ul li {
	display:inline;
	font-size:13px;
	margin:0;
	content
}
#header .globe-links ul li:before {
    content: "";
    left:0;
    position:normal;
}
#header .globe-links ul li a {
	color:#fff;
	text-decoration:none;
	text-indent:-9999px;
	display:inline-block;
	padding-left:20px;
	line-height:normal;
	width:22px;
	height:22px;
	}
/* =ICONS */
#header .globe-links ul li a.home {
	background:url(../assets/home.png) center no-repeat;
}
#header .globe-links ul li a.home:hover {
	background:url(../assets/home-active.png) center no-repeat;
}
/* =help */
#header .globe-links ul li a.help {
	background:url(../assets/help.png) center no-repeat;
}
#header .globe-links ul li a.help:hover {
	background:url(../assets/help-active.png) center no-repeat;
}
.content h2.objective {
	background:url(../assets/objective-icon.png) center left no-repeat;
}
.content p.time {
	background:url(../assets/time.png) center left no-repeat;
	padding-left:30px;
	height:22px;
	line-height:22px;
}
/* =POPUPS */
#header .globe-links ul li div {
	background:#fff;
	position:absolute;
	width:700px;
	height:450px;
	right:10px;
	border-radius:5px;
	top:35px;
	line-height:normal;
	z-index:4;
	margin:0 0 0 50px;
	padding:0;
	border:5px solid #d5dfe9;
}
#header .globe-links ul li div span {
	background:url(../assets/help-arrow.png) center no-repeat;
	width:8px;
	height:10px;
	display:inline-block;
	position:absolute;
	right:58px;
	top:-15px;
}
#header .globe-links ul li div .close a,
#footer .popup .close a,
.popup-expand .close a,
.popup-expand-img .close a {
	position:absolute;
	top:8px;
	right:8px;
	background:url(../assets/close-icon.png) left center no-repeat;
	text-indent:-99999px;
	width:17px;
	height:16px;
	padding:0;
}
#header .globe-links ul li div div {
	width:auto;
	position:relative;
	background:transparent;
	height:auto;
	margin:24px 0 0 0;
	box-shadow:none;
}
#header .globe-links ul li div div h3 {
	margin:0;
	font-size:17px;
	text-align:left;
	padding-bottom:24px;
}

#header .globe-links ul li div div ul {
	padding:0 0 0 10px;
	margin:20px 0 0 0;
	display: block;
}
#header .globe-links ul li div div ul li {
	padding:0 0 0 28px;
	display: block;
	height:22px;
	line-height:22px;
	margin-bottom:20px;
	text-align:left;
}
#header .globe-links ul li div div ul li p {
	margin:0;
}
#header .globe-links ul li div div.programmes {
	float:right;
	width:200px;
	border:0;
	margin:0;
	top:36px;
	right:0;
	padding-right:35px;
}

#header .globe-links ul li div div.programmes ul li:nth-child(1) {
background:url(../assets/acrobat-reader-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.programmes ul li:nth-child(2) {
background:url(../assets/open-office-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.programmes ul li:nth-child(3) {
background:url(../assets/firefox-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(1) {
background:url(../assets/home-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:last-of-type li:nth-child(1) {
background:url(../assets/video-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(2) {
background:url(../assets/help-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:last-of-type li:nth-child(2) {
background:url(../assets/table-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(3) {
background:url(../assets/glossary-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:last-of-type li:nth-child(3) {
background:url(../assets/previous-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(4) {
background:url(../assets/contents-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:last-of-type li:nth-child(4) {
background:url(../assets/next-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(5) {
background:url(../assets/info-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:last-of-type li:nth-child(5) {
background:url(../assets/submenu-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(6) {
background:url(../assets/duration-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:last-of-type li:nth-child(6) {
background:url(../assets/close-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type li:nth-child(7) {
background:url(../assets/objective-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons ul:first-of-type	 li:nth-child(8) {
background:url(../assets/download-icon.png) left center no-repeat;
}
#header .globe-links ul li div div.icons {
	float:left;
	width:405px;
	top:12px;
	left:0;
	border:none;
	padding:0 20px 0 40px;
}
#header .globe-links ul li div div.icons ul {
width:185px;
margin:10px 0 0 0;
}
#header .globe-links ul li div div.icons ul:first-of-type {
float:left;
}
#header .globe-links ul li div div.icons ul:last-of-type {
float:left;
}
#header .globe-links ul li a.glossary {
background:url(../assets/glossary.png) center no-repeat;
width:24px;
}
#header .globe-links ul li a.glossary:hover {
background:url(../assets/glossary-hover.png) center no-repeat;
}
#header .globe-links ul li a:hover {
color:#0a7383;
}
#footer .page-nav .contents {
	padding-top:1px;
}
#footer .page-nav a.contents {
	background:url(../assets/contents.png) center no-repeat;
	width:22px;
	height:22px;
	padding-right:20px;
}
#footer .page-nav a.contents:hover {
	background:url(../assets/contents-active.png) center no-repeat;
}
/* =contribtions popup */
#footer .info div {
	background-color: #e4eef7;
    border: 5px solid #d5dfe8;
    border-radius: 5px;
    bottom:84px;
    max-width: 680px;
    padding: 12px 24px 20px;
    position: absolute;
    right: 30px;
    text-align: left;
    width: auto;
}
#footer .info div h2 {
	color:#024385;
    font-size: 18px;
    font-style: italic;
    margin: 0;
	line-height:normal;
}
#footer .info div span {
	position:absolute;
	bottom:-16px;
	left:94px;
	background:url(../assets/contents-arrow.png) center no-repeat;
	width:17px;
	height:16px;
}
#footer .info:hover div  {
	display:block;
}
#footer .info div .close a {
	position:absolute;
	top:8px;
	right:8px;
	background:url(../assets/close-icon.png) left center no-repeat;
	text-indent:-99999px;
	width:17px;
	height:16px;
	padding:0;
}
#footer .info div ul {
	color: ##044388;
	margin:10px 0 0 0;
	padding:0;
}
#footer .info div ul li {
	list-style-type: none;
	margin-bottom:6px;
}
#footer .info div ul li.partners div {
	position:inherit;
	margin-top:12px;
	background-color:#fff;
	padding:6px 8px 6px 8px;
	width:auto;
	display:inline-block;
}
#footer .info div ul li.partners div a {
margin:0 3px;
}
#footer .info div ul li.partners div a img {
vertical-align:middle;
}
#footer .info div ul li p {
	padding:0;
	margin:0;
	line-height: 19px;
	text-align:left;
	font-size:13px;
}
#footer .info div ul li p a {
text-indent:0;
display:block;
color:#0a7383;
}
#footer .info div ul li p a:hover {
color:#47bfcf;
}
/* contents */
#footer .page-nav div.contents {
float:left;
}
#footer .page-nav div.contents div {
	position:absolute;
	right:30px;
	bottom:68px;
	text-align:left;
	background-color:#e4eef7;
	padding:12px 24px;
	border-radius:5px;
	width:auto;
	padding-bottom:20px;
	max-width:680px;
	border:5px solid #d5dfe8;
}
#footer .page-nav div.contents div h2 {
	font-size:18px;
	color:#034287;
	margin:0;
	font-style:italic;
}
#footer .page-nav div.contents div.popup span {
	position:absolute;
	bottom:-16px;
	right:122px;
	background:url(../assets/contents-arrow.png) center no-repeat;
	width:9px;
	height:12px;
}
#footer .page-nav div.contents:hover div {
display:block;
}
#footer .page-nav .contents div ol.cols-2 {
	-moz-column-count: 2;
}
#footer .page-nav .contents div ol {
	font-style: italic;
	font-weight: bold;
	margin:10px 0 0 0;
	padding:0;
}
#footer .page-nav .contents div ol li {
	list-style-type: none;

}
#footer .page-nav div.contents div ol li:first-of-type {
margin-bottom:6px;
}
#footer .page-nav div.contents div ol ol li:first-of-type {
margin-bottom:0;
}
#footer .page-nav div.contents div ol li p {
	padding:0;
	margin:0;
	line-height: 19px;
	text-align:left;
	font-size:15px;
}
#footer .page-nav div ol li a {
	height:auto;
}
#footer .page-nav .contents div ol li a {
	text-indent:0;
	display:block;
	color:#034287;
	width:auto;
	heigth:auto;
	text-decoration:none;
	padding:0 6px;
	line-height:19px;
}
#footer .page-nav div.contents div ol li a:hover {
	color:#fff;
	background-color:#5ba8f8;

}
#footer .page-nav div.contents div ol li ol {
	font-weight:normal;
	font-style:normal;
	margin:0 0 6px 0;
}
#footer .page-nav div.contents div ol li ol li {
	padding-bottom:0;
}
#footer .page-nav div.contents div ol li ol li a {
	color:#004288;
}
/* =CONTENT */
.content {
	width:700px;
	text-align:left;
	height:432px;
	padding:0 50px;
	position:relative;
}
.content h2 + p,
.content h2 + h3,
.clear {
	clear:left;
}
.content a.objectives {
	display:block;
	clear:left;
	font-size:13px;
	color:#02428a;
	font-weight:bold;
	text-decoration:none;
}
.page {
	background-color:#fff;
	position:relative;
}
.content p {
	margin:0 0 6px 0;
	font-size:13px;
	line-height:17px;
	color:#02428a;
}
.content p span {
	color:#3c9dec;
	font-style:italic;
}
.content p.arrow img {
	padding:0 4px 2px 4px;
}
.content p.example {
	color:#3aa2e9;
	font-style:italic;
}
.content p.download {
	margin-top:12px;
	background: url("../assets/download-icon.png") no-repeat left center rgba(0, 0, 0, 0);
	line-height:30px;
	padding-left:30px;
}
/* =BOXES */
.content .box {
	background:#d8e9f9;
	padding:12px 22px;
	color:#5b8ec5;
}
.content .box-inline {
	background:#d8e9f9;
	padding:6px 12px;
	color:#5b8ec5;
	display:inline-block;
}
.content .boxes {
	text-align: center;
    width: auto;
	margin:24px 0;
}
.content .boxes li {
	background:#d8e9f9;
	padding:12px 22px;
	color:#5b8ec5;
	display:inline;
}
.content .boxes li:before {
	content:'';
}
.content .box p {
	color:#5b8ec5;
}
.content .box div {
	background:#ffffff;
	padding:8px;
}
.content .box div p {
	margin:0;
}
/* =LINKS */
.content a {
	text-decoration:none;
	font-size:13px;
	color: #3aa2e9;
	font-style:italic;
}
.content a.expand {
	margin:8px 0;
	display:block;
}
.content p a:hover {
	color:#fff;
	background-color:#5ba8f8;	
}
/* =headers */
.content h2,
.content h3,
.content h4,
.content h5 {
	margin:0;
	color:#97adc4;
	text-align:left;
}
.content h2 {
	padding-right:40px;
	font-size:21px;
	font-style:italic;
	margin-bottom:4px;
	font-weight:normal;
}
.content h2.objective {
	padding-left:26px;
}
.content h3 {
	font-size:17px;
	margin-bottom:4px;
	color:#024385;
}
.content h4 {
	font-size:15px;
	margin-bottom:4px;
	color:#024385;
}
.content h4 span {
	color:#97adc2;
}
.content h4 img {
	padding:0 6px;
}
.content h5 {
	font-size:15px;
	margin-bottom:4px;
	color:#97adc4;
	font-style:italic;
}
/* =tables */
.content table {
	width:auto;
	border-collapse:collapse;
	text-align:left;
	margin:12px 0;
	border:1px solid #a5bacf;
}
.content table caption {
	color:#024385;
	font-size:12px;
	font-style:italic;
	text-align:left;
	padding:0 0 6px 0;
}
.content table thead tr th {
	padding:4px 12px;
	font-size:13px;
	line-height:17px;
	background-color:#98aec5;
	color:#fff;
}
.content table thead tr th:nth-child(odd) {
	background-color:#8ca4be;
}
/* =search engines */
.content table.search {
	margin:0;
}
.content table.search tr td {
	background-color:#ffffff;
	color:#4f83b3;
	padding:6px;
}
.content table.search tr td div {
	background-color:#ffffff;
	padding:6px 6px 4px 6px;
	border:1px solid #dddddd;
	text-align:center;
}

.content table.search tr:nth-child(odd) td {
	background-color:#d8e9f9;
}
.content table tbody tr th {
	padding:4px 12px;
	font-size:13px;
	line-height:17px;
	background-color:#96aec6;
	color:#fff;
}
.content table tbody tr th.even {
	background-color:#8ca4be;
}
.content table tbody tr td {
	padding:4px 12px;
	font-size:13px;
	line-height:17px;
	background-color:#dbe7f3;
	color:#034486;
}
.content table tbody tr td:nth-child(odd) {
	background-color:#fff;
}
/* =lists */
.content ol {
	padding:0;
	clear:left;
	list-style:none;
}
.content ol.steps {
	border-top:1px solid #97adc4;
	padding-top:6px;
}
.content ol.steps li,
.content ol.nostyle li {
	font-weight:normal;
}
.content ol.steps li p,
.content ol.nostyle li p {
	margin:0;
}
.content ul {
	padding:0 0 0 24px;
	list-style:none;
}
ul li:before{ 
	content:"-"; 
	position:relative; 
	left:-5px;
	}
.content ul li {
	margin-bottom:4px;
	text-indent:-5px;
}
.content ul li {
	line-height:17px;
	margin-bottom:6px;
	font-size:13px;
}
.content ul.contributors {
	list-style:none;
	padding:0;
}
.content ul li.authors p,
.content ul li.editors p {
	background: url(../assets/icon-authors.png) no-repeat left center;
	padding-left:24px;
	height:26px;
	line-height:26px;
}
.content ul li.educators p {
	background: url(../assets/icon-educators.png) no-repeat left center;
	padding-left:24px;
	height:26px;
	line-height:26px;
}
.content ul li.developers p {
	background: url(../assets/icon-developers.png) no-repeat left center;
	padding-left:24px;
	height:26px;
	line-height:26px;
}
.content ul li p span {
	font-style:italic;
	color: #97adc4;
}
.content ul ul {
	margin-top:6px;
}
.content ol.cols-2 {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.content ol li  {
	font-weight:bold;
	padding-bottom:4px;
}
.content ol li ol {
	padding-bottom:10px;
}
.content ol li li {
	padding:0;
	font-weight:normal;
}
.content ol li a {
	color:#024385;
	font-size:13px;
	text-decoration:none;
}
.content ol li a:hover {
	color:#fff;
	background-color:#5ba8f8;
}
/* START */
.home .content {
	width:800px;
	text-align:center;
	height:auto;
	padding:0;
}
.home .title {
	color:#024385;
	text-align:left;
	padding:0 100px;
}
.page .title {
	color:#024385;
	text-align:left;
	padding:0 30px;
	}
.home .title h1 {
	font-size:26px;
	color:#024385;
	display:inline-block;
	margin:0;
	line-height:28px;
}
.page .title h1 {
	font-size:26px;
	color:#024385;
	display:inline-block;
	margin:100px 0 0 0;
}

.home .title h2 {
	font-size:20px;
	color:#024385;
	padding:0;
	margin:0 0 10px 0;
	background-image:none;
	font-style:normal;
	height:auto;
	line-height:normal;
}
.page .title h2 {
	font-size:20px;
	color:#024385;
	padding:0;
	margin:0;
	background-image:none;
	font-style:normal;
	line-height:normal;
}
.home .title p.author,
.page .title p.author {
	font-size:14px;
	background:url(../assets/author.png) left center  no-repeat;
	color:#8fa3b5;
	padding:0 0 0 28px;
	margin-top:5px;
	line-height:22px;
}
.home .start,
.page .start {
   height:122px;
   line-height:122px;
   text-align:right;
}

.home .start a,
.page .start a {
	color:#8fa3b5;
	text-decoration:none;
	background:url(../assets/start.png) center left no-repeat;
	padding:0 140px 0 26px;	
	display:inline-block;
	font-size:14px;
}
.home .start a:hover,
.page .start a:hover {
	background:url(../assets/start-active.png) center left no-repeat;
}
.home #footer {
	height:95px;
	float:left;
	width:800px;
	position:relative;
	padding-top:10px;
}
.home #footer .info {
	color:#034486;
	font-size:13px;
	height:60px;
	line-height:60px;
	display:inline-block;
}
.home #footer .info ul li {
	height:auto;
	line-height:normal;
}
.home #footer img.fmx-logo {
 	float:left;
	padding-right:10px;
}
.home .content .partners {
	background: url(../assets/partner-band.png) no-repeat center;
	height:50px;
	float:left;
	width:100%;
}
.content .partners {
	background: url(../assets/partner-band.png) no-repeat center;
	height:50px;
	width:100%;
	text-align:center;
}
.home .content .partners img,
.content .partners img {
	padding:0 6px;
}
/* =VIDEOS */
p.video {
	background: url("../assets/video-icon.png") no-repeat left center rgba(0, 0, 0, 0);
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
	margin-top:12px;
}
/* =FIGURES */
.figure {
	margin:8px 0;
	text-align:center;
	max-width:684px;
	border:1px solid #e4e4e4;
	padding:8px;
}
/* =figure resize */
.figure .img-2 {
	height:193px;
}
/* =figure right */
.figure-r,
.figures {
	float:right;
	width:300px;
	text-align:center;
	margin:6px 0 0 12px;
}
.pullout {
	position:absolute;
	right:50px;
	top:0;
	border:1px solid #e4e4e4;
	padding:8px;
}
.pullout ~ .pullout {
	right:280px;
}
.figure-r img {
	max-width:300px;
	max-height:300px;
}
.figure-r img {
	max-width:300px;
	max-height:300px;
}
.figures div {
	width:148px;
	margin:0 1px;
	float:left;
}
.figures div a.expand {
	margin:0;
}
.figures div img {
	max-width:148px;
}
/* =figure captions */
.figure p {
	margin-top:8px;
	font-style:italic;
	text-align:center;
	color:#5d95d2;
}
.figure a p,
.figure-r a p {
	color: #5ba8f8;
}
.figure:hover p,
.figure-r:hover p {
	color: #fff;
	background-color:#5ba8f8;
}

/* =FOOTER */
#footer {
	height:66px;
	float:left;
	width:800px;
	position:relative;
	background:url(../assets/border-bottom.jpg) bottom left no-repeat;
}
#footer .border-bottom {
	top:0;
	position:bottom;
}
#footer .info {
	display:none;
}
#footer .info a {
	color:#034486;
	text-decoration:none;
}
#footer .info a:hover {
	text-decoration:underline;
}
/* =page nav */
#footer .page-nav {
	float:right;
	padding-right:28px;
	font-size:13px;
	padding-top:8px;
	height:22px;
	line-height:22px;
}
#footer .page-nav span {
	font-style:italic;
	font-size:15px;
	padding:0 8px 0 0;
	width:56px;
	display:inline-block;
	color:#97adc4;
	font-weight:bold;
	text-align:right;
}
#footer .page-nav a {
	text-indent:-9999px;
	display:inline-block;
	width:22px;
	height:22px;
}
#footer .page-nav a.previous {
	background:url(../assets/previous.png) center no-repeat;
}
#footer .page-nav a.previous:hover {
	background:url(../assets/previous-active.png) center no-repeat;	
}
#footer .page-nav a.next {
	background:url(../assets/next.png) center no-repeat;
}
#footer .page-nav a.next:hover {
	background:url(../assets/next-active.png) center no-repeat;
}
/* =EXPANDS */
.popup-expand {
	background-color: #CAF7FD;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #0A7383;
	padding:8px 20px 14px 20px;
	margin:0 50px;
	position:relative;
	top:-184px;
	height:auto;
}
.popup-expand-img {
	background-color:#fff;	
	width:800px;
	height:432px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:10;
}
.popup-expand-img .expand-img {
}
.popup-expand-img .expand-img p {
	padding:8px 0 0 0 ;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	text-align:center;
	color:#5d95d2;
}
.expand-img img {
	max-width:700px;
	max-height:398px;
	height:auto;
	width:auto;
}
/* EXERCISES */
.content #multiple {
	background-color:#dce8f6;
	border-radius:5px;
	width:auto;
	border:2px solid #c0cedb;
	margin:12px 0 0 0;
}
.content #multiple div {
	height:35px;
	margin:0 12px;
	border-bottom:1px solid #afc1d5;
	position:relative;
}
.content #multiple div:last-of-type {
	border-bottom:none;
}
.content #multiple p {
	padding:0;
	color:#5a88bc;
	cursor: pointer;
	line-height:35px;
}
.content #multiple p:hover,
.content #multiple div.select p {
	color:#044388;
}
.content #multiple div span,
.content #multiple div span:hover {
	width:25px;
	height:25px;
	margin:5px 0 5px 20px;
	background:#abc0d3;
	moz-border-radius:30px;
	webkit-border-radius:30px;
	border-radius:30px;
	display:inline-block;
	float:right;
}
.content #multiple div span.span2cols {
	width:600px;
	height:normal;
	float:left;
	border-radius:0;
	background:none;
	line-height:normal;
	margin:00;
}
.content #multiple div span.span2cols:hover {
	background:none;
}
.content #multiple div input {
	width:635px;
	border:none;
	margin:0 0 0 10px;
	color: #fff;
	padding:.4em .6em;
	background:#abc0d3;
	border-radius:5px;
	display:inline-block;
}
.content #multiple div span:hover,
.content #multiple div span.on,
.content #multiple div.select span {
	background:#abc0d3 url("../assets/tick.png") no-repeat center center;
}
.content #multiple div.select span {
	background:#abc0d3 url("../assets/tick.png") no-repeat center center;
}
.content .button,
.content .result {
    text-align:right;
}
.content .button button {
    border:none;
	color:#03438a;
	height:22px;
	line-height:22px;
}
.content .button button.btnValid {
   background:#ffffff url("../assets/yes-tick.png") no-repeat left center;
   padding-left:24px;
}