
.box-modal {
	background-color: #fff;
	padding: 1.3%;
	position: relative;
	width: 95%;
}

.box-modal_close { 
	position: absolute; 
	right: 0px;
	top: 0px;
	font-size: 11px; 
	line-height: 15px; 
	color: #999; 
	cursor: pointer;
	width:20px;
	height:20px;
	background-image:url("/js/arcticmodal/close.png");
	background-repeat:no-repeat;
	background-position:0 0;	
}

.box-modal_close:hover { 
	background-position:0 -21px;	
}

.box-modal h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.selectYesNo {
	text-align: center;
    margin-bottom: 10px;
    display: block;
    padding-top: 10px;
}

.selectYesNo div.box-modal_close{
	cursor: pointer;
	width:35px;
	height:35px;
	background-image:url("/img/bc/yes.png");
	background-repeat:no-repeat;
	background-position:-36px 0;
    line-height: 15px;
    position: relative;
    right: 0;
    top: 0;
	display:inline-block;
	margin-left: 22px;
	background-color: #212121;
}

.selectYesNo div.box-modal_close:hover {
	background-position:-36px -36px;
}

.selectYesNo  a.yes {
	cursor: pointer;
	width:35px;
	height:35px;
	background-image:url("/img/bc/yes.png");
	background-repeat:no-repeat;
	background-position:0 0;
	display:inline-block;
	margin-right: 22px;
	background-color: #212121;
}

.selectYesNo  a.yes:hover {
	background-position:0 -36px;
}


.arcticmodal-container table tr:nth-child(2n+1){
	 background: none;
}

.accountTable {
	padding:10px;
	border:1px solid #004a74;
}

.accountTable h3{
	text-align:center;
}

.accountTable div.tr {
	margin-top:20px;
}

.accountTable  span.name {
	display: inline-block;
    float: left;
    font-size: 22px;
    text-align: right;
    width: 130px;
	
}

.accountTable  .detailed {
	display: inline-block;
    float: left;
    margin-left: 15px;
    width: 65%;
	border:2px solid #004a74;
	font: 18px Book Antiqua;
}

.accountTable  .detailedText {
	border: 2px solid #004a74;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 150px;
    margin-left: 15px;
    resize: none;
    width: 65%;
	font: 18px Book Antiqua;
}

.buttonsForm {
	margin-top: 30px;
    text-align: center;
}

.buttonform {
    background-color: #004a74;
    color: #fff;
    cursor: pointer;
    padding: 5px 16px;
    text-decoration: none;
	border:none;
	font-style: italic;
	font: 18px Times New Roman;
}

.buttonform:hover {
	background-color: #347ea8;
}







