@charset "utf-8";
/* CSS Document */
.heading{font-family:trebuchet ms;
font-size:18px;
font-weight:bold;
color:#8f6000;
}

.heading1{font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;}

.text{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.modal{

position: fixed;

width: 100%;

height: 100%;

top: 0px;

left: 0px;

z-index: 1000;

}

 

.modalBackground{

filter: Alpha(Opacity=60);

-moz-opacity:0.6;

opacity: 0.6;

width: 100%;

height: 100%;

background-color:#000000;

position: fixed;

z-index: 10000;

top: 0px;

left: 0px;


}

 

.modalContainer{
border: solid 1px #333333;
background-color:#f1e5cb;
color:#333333;
position: absolute;
top: 25%;
left: 58%;
z-index: 10000;
width:auto;
margin-left:-250px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:15px;
}
.uploadDialog{
left:0px;
top:0px;
margin-left:0px;
margin-bottom:0px;
margin-right:opx;
margin-top:0px;
background-color:#f1e5cb;
color:#000000;
}

.modalButton{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.modalFormText
{
width:170px;
height:15px;
color:#333333;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

