@font-face {
    font-family: 'Comfortaa';
    src: url('/Shared/Style/type/Comfortaa_Bold-webfont.eot?') format('eot'),
         url('/Shared/Style/type/Comfortaa_Bold-webfont.woff') format('woff'),
         url('/Shared/Style/type/Comfortaa_Bold-webfont.ttf') format('truetype'),
         url('/Shared/Style/type/Comfortaa_Bold-webfont.svg#webfontjS9G6V0p') format('svg');
    font-weight: normal;
    font-style: normal;

}  
  
.cpoddloginfrm_bg h2{
font-family: "Comfortaa",arial,sans-serif;
font-weight: normal;
color: #000000;
}


.cpoddloginfrm_bg {
	background-color:#000000;
	height:100%;
	left:0;
	opacity:0.6;
	`-khtml-opacity:.60; 
	-moz-opacity:.60; -ms-filter:”alpha(opacity=60)”; filter:alpha(opacity=60); opacity:.60;
	position:absolute;
	top:0;width:100%;
	z-index:99;
}

#div_cpoddloginfrm{
	text-align: center;
	font-family: "Comfortaa",arial,sans-serif;
	font-size: 12px;
	position: fixed;
	top: 20%;left: 42%;
	z-index:999;
	width: 280px;
	-moz-border-radius:10px;-webkit-border-radius:10px;
	margin-top: 30px;
	color: #000000;
}

#div_cpoddloginfrm .mytable{
	width:100%
}

.cpoddloginclose{
	background-image:url(/Shared/Images/login/cpoddclose.png);
	background-repeat:repeat-x;
	height:24px;
	width: 24px;
	font-size:0px;
	position: absolute;
	top:5px;
	left:2px;	
	cursor: pointer;
}

img.cpodloginlogo{

}

.top_left {
	width:13px;
	height:13px;
	
}
.top_middle {
	height:13px;
	background-image:url(/Shared/Images/login/top_middle.png);
	background-repeat:repeat-x;
	height:13px;
	font-size:0px;
}

.top_right {
	width:13px;
	height:13px;
}

.middle_left {
	width:13px;
	background-image:url(/Shared/Images/login/middle_left.png);
	background-repeat:repeat-y;
}

.middle_middle {
	padding:  5px 10px  10px 10px;
	background: #FFFFFF ;

}

.middle_right {
	width:13px;
	background-image:url(/Shared/Images/login/middle_right.png);
	background-repeat:repeat-y;
}

.bottom_middle {
	background-image:url(/Shared/Images/login/bottom_middle.png);
	background-repeat:repeat-x;
	font-size:0px;
	height:13px;
}

.bottom_left {
	width:13px;
	height:13px;
}

.bottom_right {
	width:13px;
	height:13px;
}

.top_left img,.top_middle img, .top_right img{
	float: left;
}
.bottom_left img,.bottom_middle img, .bottom_right img{
	float: left;
}




form#cpoddloginfrm{
	margin: 0px;
	padding: 0px;
}
#div_cpoddloginfrm input.formfield:focus, #div_cpoddloginfrm input.formfield:active{
border: 1px solid #ccc;
text-decoration:none;
outline:none;
}

#div_cpoddloginfrm input.formfield {
	

	border: 1px solid #ccc;
	height:27px;
	margin:2px;
	text-align:left;
	width:190px;
	padding: 2px 8px 3px 6px;
	-moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;          
	background:#f2f2f2 none repeat scroll 0 0; 	
	
}

.hid{
	display: none;
}

div.cpoddlogin_label_holder{
	clear:both;
	padding: 0px;
	position:relative;
	width:260px;
	margin: 0px auto;
}
div.cpoddlogin_label_holder label.formfield{
	position:absolute;
	width:260px;
	left:0px;
	padding-top: 6px;
	color:#999999
}

#div_cpoddloginfrm label.formfieldf{
	background-image: url(/Shared/Images/login/pencil.png);
	background-repeat: no-repeat;	
	background-position: center right;
	color: #ffffff;
	position:absolute;
	width:40px;
	right:0px;
	padding-top: 3px;
	height:20px;
	margin-top:3px;
	font-size:0px;
}
#div_cpoddloginfrm label.formfieldbv{
	display:none;
}

#div_cpoddloginfrm h2{
	margin: 2px 0px 5px 0px;
	font-size: 22px;
	
	
}

#div_cpoddloginfrm p{
	font-size: 16px;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

.cpoddlogin_errormess{
	clear:both;
	padding:8px 15px;	
	margin: 10px auto;
	width: 180px;
	color: #000000;
	-moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 20px;          
	background:#f2f2f2 none repeat scroll 0 0; 
	 -moz-linear-gradient(center top , #72874b, #FFFFFF) repeat scroll 0 0 transparent
	border:1px solid #ededed;
	box-shadow:3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}


.cpoddloginfrm{
	clear:both;	
	margin-top: 8px;
	color: #666666;
	background: transparent url(/Shared/Images/login/go_btn.gif) no-repeat;	
	border:none;
	width:55px;
	height:28px;
}

img.cpodloginlogo{
max-width: 100%;
}

@media (max-width: 763px) {
	#div_cpoddloginfrm{
		
		top: 20%;left: 2%;
		width:95%;
	}
	
	
}


