body {
font-family: Arial;
font-size:14px;

}

.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:50%;
top:10%;
left:20%;


}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
}

.simplePopupBackground {
display: block;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:9999999;
overflow:hidden;
}

.titletxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	
}
.titletxtsmall{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
	color:#000;
	
}
.newtitletxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	float:left;
	
}
.linenew{
	width:100%;
	border-bottom:solid 1px #333;
	float:left;	
}
.innersecnew{
	width:100%;
	border:solid 1px #CCC;
	border-bottom:solid 3px #CCC;
	background-color:#EEE;
	 border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	padding:6px;
	float:left;	
}


.congrtxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#0160b2;
	float:left;
	
}
.mainpopsec{
	width:100%;
	height:auto;
	float:left;		
}

.leftpopsec{
	width:60%;
	height:auto;
	float:left;		
}
.rightpopsec{
	width:10%;
	height:auto;
	float:right;		
}
.popconttxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#000;
	line-height:20px;
	float:left;
	
}
.newprobtn
{
	
	background-color:#015fb7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:none;
	outline:none;
	padding:5px;
	border-radius:4px;
	color:#FFFFFF;
	cursor: inherit;
	float:right;
	/*margin:5px;*/
}
.newprobtn:hover
{
background-color:#413e3e;
}

@media screen and (max-width:1920px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:40%;
left:30%;


}
}

@media screen and (max-width:1600px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:40%;
top:20px;
left:29%;


}
}



@media screen and (max-width:1440px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:50%;
left:22%;


}
}

@media screen and (max-width:1366px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:50%;
left:22%;


}
}



@media screen and (max-width:1280px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:50%;
left:22%;


}
}

@media screen and (max-width:1024px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:60%;
left:16%;


}
}

@media screen and (max-width:800px) {
.simplePopup {
display:none;
position:fixed;
  border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
background:#fff;
z-index:99999999;
padding:12px;
width:100%;
left:0%;


}	
}