body {
	margin : 0;
	color: #595959;
    font-family: Arial,Helvetica,sans-serif;
    font-size : 12px;
}

.clear-B {
    clear: both;
}

.clear-L {
    clear: left;
}


.pop-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F3EFE4;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
}
.pop-wrapper .pop-top-bar h1 {
    color: #00276D;
    float: left;
    font-family: "Soho Gothic","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 29px;
    font-weight: normal;
    padding-top: 8px;
    margin: 0;
}

.pop-top-bar {
	height: 60px;
}	

.pop-wrapper .pop-top-bar a.close {
    background: url("/resources/img/popups/close.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    height: 16px;
    margin: 10px;
    text-indent: -3000px;
    width: 16px;
}

.pop-intro {
    color: #B0BE14;
    font-family: "Soho Gothic","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.pop-container {
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pop-content {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding: 20px 25px 15px 30px;
    width: 100%;
}

.content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: auto;
    padding-right: 10px;
}

.pop-wrapper h3{
    color: #00276D;
    font-family: "Soho Gothic","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 15px;
}

.pop-container p {
	margin : 20px;
}

.pop-wrapper .action-bar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-top: 5px;
    width: 100%;
}

.button {
	background: url("../img/btn-arrow.png") no-repeat scroll 12px center #EA7106;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    text-decoration: none;
}

.button.cancel {
    background-image: url("../img/picto-cancel.png");
    background-position: 8px center;
}
.button.view {
    background-image: url("../img/picto-eye.png");
    background-position: 8px center;
}


.button > input, .button > a, .button > span {
    background: linear-gradient(to bottom, #E37B1E 0%, #D05507 50%, #C75E1B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #F09749;
    border-width: 0 0 0 1px;
    color: #FFFFFF;
    display: block;
    font-family: "Soho Gothic","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: lowercase;
}
