﻿* {margin:0px;padding:0px;font-family:Tahoma, Geneva, sans-serif;font-size:11px;outline:0px;}
body {
	background: #d8eefb url(../img/login/back.jpg) center 130px no-repeat;
}

#wrapp {width:666px;height:280px;margin:0 auto;margin-top:170px;position:relative;}
.clear {clear:both;}
#wrapp .t {width:666px;height:29px;overflow:hidden;background:url(../img/login/formBackN.GIF) no-repeat top left;}

#wrapp .mc {width:666px;background:#F03;background:url(../img/login/formBackN.GIF) repeat-y top right;}

#wrapp .b {width:666px;height:29px;overflow:hidden;background:url(../img/login/formBackN.GIF) no-repeat bottom left;position:relative;z-index:-1;}

#wrapp .error {direction:rtl;padding:8px 8px 0px 25px;width:253px;height:33px;background:url(../img/login/errorBack.png) no-repeat;position:absolute;color:#dd0e2e;margin-top:262px;margin-left:230px;z-index:50;}


*html #wrapp .error {background:none !important;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='img/errorBack.png', sizingmethod='crop') !important;}

#wrapp .siteBaan{width:375px;height:257px;right:0px;background:url(../img/login/siteBaan.jpg) no-repeat;margin:-10px 10px 0 0;position:absolute;}
#wrapp .siteBaan .v3 {width:72px;height:83px;background:url(../img/login/version6.jpg) no-repeat;position:absolute;right:20px;margin-top:-30px;}

#wrapp .form {width:245px;margin:10px 0 0 25px;color:#1b5797;text-align:center;float:left;margin-top:-20px;margin-bottom:-13px;}

#wrapp .form ul {direction:rtl;list-style:none;margin-top:15px;}
#wrapp .form ul li {overflow:auto;margin:9px 0;*margin:7px 0;}

#wrapp .form ul li .input {width:136px;height:26px;background:url(../img/login/inputTextBack.gif) no-repeat right top;float:right;padding:2px;overflow:hidden;}
#wrapp .form ul li .select {text-align:right;width:auto;overflow:hidden;_margin:4px 0 4px 7px;}
#wrapp .form ul li .bt {background:url(../img/login/systemLogin.jpg) no-repeat;float:left;
margin-left:5px;_margin:7px 0 7px 2px;}
#wrapp .form ul li .cap {background:url(../img/login/captchBack.GIF) no-repeat right top;
width:134px;height:31px;position:relative;}
#wrapp .form ul li .cap a {position:absolute;width:15px;height:25px;display:block;left:8px;top:5px;}
#wrapp .form ul li .cap #imgCaptcha {position:absolute;right:6px;top:5px;}
#wrapp .form ul li .bt input{cursor:pointer;}
#wrapp .form ul li .input .corner {width:7px;height:30px;background:url(../img/login/inputTextBack.gif) no-repeat left;margin:-2px 0 0 -2px;float:left;_margin:-2px 0 0 -1px;}

#wrapp .form ul li label {float:right;text-align:left;width:100px;line-height:30px;margin-left:5px;}

#wrapp .form input {background:transparent;border:none;height:26px;line-height:23px;color:#1278b3;font-size:14px;width:120px;direction:ltr;}
wrapp .form ul li .select select {background:transparent;border:none;height:26px;line-height:26px;color:#1278b3;font-size:14px;}


/******************* jquery  DropDown Menu ***************/


.dd {
	/*display:inline-block !important;*/
	text-align:right;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:7px;
	margin-left:25px;
}
.dd .ddTitle {
	padding:3px 0px;
	overflow:hidden;
	height:20px;
	margin-left:-23px;
	_margin-left:-25px;
	position:relative;
}
.dd .ddTitle span.arrow {
	background: url(../img/login/dd_arrow.gif) no-repeat; float:left;width:21px; height:21px; cursor:pointer;display:block;
}

.dd .ddTitle span.textTitle {text-indent:1px;line-height:21px;}
.dd .ddTitle img.selected {
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:2px solid #c1dae9;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	direction:rtl;
	margin-right:-4px;
	*margin-right:0px;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 5px 3px 3px;
	text-decoration:none;
	color:#1b5797;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}

.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}

