@CHARSET "UTF-8";

#logo h1 span.emisfr {
	color: #2C89CA;
    font-family: times;
    font-size: 72px;
    vertical-align: 20%;
}

#main-header.emisfr {
    padding: 2px 0 2px;
}

nav.emisfr {
    float: right;
    margin-top: 39px;
}

.reveal-modal form input[type="text"].with-select {
	width: 162px;
}

.reveal-modal select.with-input, .reveal-modal textarea, .reveal-modal input[type="email"] {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    float: left;
    padding: 6px 1px;
}

.reveal-modal select.with-input {
	width: 55px;	
}

.reveal-modal textarea, .reveal-modal input[type="email"] {
	width: 220px;	
}

.reveal-modal form input[type="button"] {
    border: medium none;
    cursor: pointer;
    height: 48px;
    padding: 0;
    width: 138px;
}

.reveal-modal form .label-radio label {
	float: inherit;
	display: inline;
	padding: 2px;
}

.reveal-modal form input.with-button {
	padding-right: 24px;
}

.reveal-modal form .btn-marker {
	top: 14px;
}

.underline {
	text-decoration: underline;
}

table.price-table td.name {
	text-align: left;
	padding-left: 10px;
	
}

table.default-table th.price, .inline-price {
	font-size: 14px;
	font-weight: bold;
	color: #96B123;
}

ul.legend li {
	background: none;
	list-style-type: none;
	padding: 1px;
}

ul.legend li i {
	padding-right: 2px;
}

