
body, html{
    font-family:Tahoma,"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-size:15px;
    margin:5px 5px 10px;
    padding:0;
    text-align:left;
}

#loader{
    background:transparent url(../img/l.gif) no-repeat left top;
    position:fixed;
    top:300px;
    left:350px;
    height:20px;
    width:230px;
    display:none;
}

.owtitle{
    text-align:left;
    font-size:12px;
    background:transparent url(../img/tc.png) repeat-x scroll right center;
    height:25px;
    padding-left:5px;
    font-size:14px;
}

.owtitle h2{
    font-size:12px;
    color:#656565;
}

.owclose{
    padding-right:5px;
    text-align:right;
    background:transparent url(../img/tc.png) repeat-x scroll right center;
}

.aclose{
    color:#000;
    text-decoration:none;
    cursor:pointer;
}

#msgtext{
    padding-top:10px;
}


.oc{
    height:20px;
    width:150px;
}

.ot{
    width:40%;
    padding-left:10px;

}

.mt{
    padding-bottom:25px;
    font-size:14px;
}
#msgtext{
    border:1px;
}
#msgtext .oc{
    width:150px;
}

#msgtext .ot{
    width:100%;
}
.mimg img{
     border:0px;
     padding:5px;
     cursor:pointer;
}

.otab .oc{
    font-weight:bold;
    color:#777777;
}

.otab .ot{
    font-weight:bold;
    color:#777777;
    width:100%;
}

.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 50%;
	min-height: 50%;
	background: white;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99;
}

.ijoin{
    background-color:#fff;
    border:0px solid white;
    background:url(../img/btnmid.png) no-repeat right center;
    height:32px;
    width:150px;
    color:white;
    font-weight:bold;
    vertical-align:middle;
    cursor:pointer;
}

.txt20{
    border:solid 1px #d4d4de;
}

.textarea20{
    font-size:12px;
    border:solid 1px #d4d4de;
    font-family:Tahoma,"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

.eform{
    padding:5px;
    font-size:12px;
}
.eform p{
    margin:0px;
    line-height:20px;
}
.validation-advice {
    color:#FD7F6E;
    padding-bottom:5px;
}

.pfl{
    font-size:14px;
    color:#FF7F00;
    font-weight:bold;
    text-decoration:none;
}



