#customConfirmFullpage * {
cursor:default;
}
#customConfirmFullpage a {
cursor:pointer;
}
#customConfirmFullpage b, #customConfirmFullpage strong {
color:#000000;
}
div#confirm1 b, div#confirm2 b, div#confirm3 b, div#confirm4 b {
color:#000000;
}
#customConfirmFullpage div.head2 b {
color:#FFFFFF;
}
.box1 {
background: url(../images/buton_alertBg.jpg) no-repeat bottom right #2B2B2B;
padding-top:3px;
border:1px solid #6F6E6E;

}
.head1 {
height: 25px;
font-size: 14px;
font-weight: bold;
margin-top: -3px;
padding-top: 8px;
padding-left: 40px;
background: url(../images/buton_alertBg_header.jpg) no-repeat;
}
.body1 {
/*height:102px;*/
padding-left:0px;
padding-top:10px;
text-align:center;
font-size: 12px;
font-weight: normal;
}
.box1 a.confirmButton1 {
background-image: url(../images/buton_ok.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
display:block;
float:left;
height:26px;
margin:auto auto auto 60px;
width:88px;
}

.box1 a.confirmButton2 {
background-image: url(../images/buton_ok.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
display:block;
float:left;
height:26px;
margin:auto auto auto 105px;
width:88px;
}

.box1 a.confirmButton1:hover {
	background-position:0px -26px;
}
.box1 a.cancelButton1 {
background-image: url(../images/buton_iptal.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
display:block;
float:left;
height:26px;
margin:auto;
position:relative;
width:88px;
}
.box1 a.cancelButton1:hover {
background-position:0px -27px;
}
.box1 a.closeButton1 {
background-image:url(../images/apple_alert_close_2.gif);
background-position:0px 0px;
background-repeat:no-repeat;
display:block;
float:right;
height:18px;
left:-4px;
position:relative;
width:21px;
}
.box1 a.closeButton1:hover {
background-position:0px -18px;
}
.box1 .buttonBox1 {
padding-bottom:6px;
padding-top:6px;
}
.box1 span.little {
font-size:0.8em;
}

.box1 .promptBox1 {
	margin-top: -20px;
}
.box1 .promptBox1 input {
	width: 280px;
}

#customPromptTextForm textarea {
	width: 280px;
}
#customPromptTextBox {
	text-align: center;
}
