#shareit-box {
	position:absolute;
	display:none;
}

	#shareit-header {
		
	}


	.shareit-body {
		position: relative;
		background-color: #0099CC;
		text-align: center;
		color:#FFFFFF;
		border-radius: 10px;
		font-family: sans-serif;
		padding:5px;
		font-size:10px;
		z-index:1;
		}
		.shareit-body:after
		{
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border: 5px solid;
		color:#000000;
		}
		/* Position the Arrow */
		.shareit-body-top:after
		{
		border-bottom-color: #0099CC;
		left: 50%;
		bottom: 100%;
		margin-left: -55px;
		}
		
		.shareit-body td{
		border-bottom:1px solid #FFFFFF;
		padding:2px;
		}
		
		
		.shareit-body1 {
		position: relative;
		background-color: #0099CC;
		text-align: center;
		color:#FFFFFF;
		border-radius: 10px;
		font-family: sans-serif;
		padding-left:5px;
		padding-bottom:15px;
		font-size:10px;
		z-index:1;
		}
		.shareit-body1:after
		{
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border: 5px solid;
		color:#0064AB;
		}
		/* Position the Arrow */
		.shareit-body1-top:after
		{
		border-bottom-color: #0099CC;
		left: 50%;
		bottom: 100%;
		margin-left: -40px;
		}
		
		.shareit-body1 td{
		padding:2px;
		}
		
		
		#partReady-box {
			position:absolute;
			display:none;
		}
		
			#partReady-header {
				
			}



		.partReady-body {
		position: relative;
		background-color: #FFFFFF;
		text-align: center;
		color:#0077BE;
		border-radius: 10px;
		font-family: sans-serif;
		z-index:1;
		width:250px; height:60px;
		border:#FF0000 solid 1px;
		text-align:justify;
		}
		.partReady-body:after
		{
		content: '';
		
		position: absolute;
		width: 0;
		height: 0;
		border: 8px solid;
		border-top-color: #FF0000;
		top: 100%;
		left: 50%;
		}
		
		
		#question-box {
			position:absolute;
			display:none;
		}
		
			#question-header {
				
			}



		.question-body {
		position: relative;
		background-color: #FFFFFF;
		text-align: center;
		color:#000000;
		border-radius: 10px;
		font-family: sans-serif;
		z-index:1;
		width:250px; height:100px;
		border:#FF0000 solid 1px;
		text-align:justify;
		}
		.question-body:after
		{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border: 8px solid;
		border-top-color: red;
		top: 100%;
		left: 50%;
		}
		
			#partLoad-box {
			position:absolute;
			display:none;
		}
		
			#partLoad-header {
				
			}



		.partLoad-body {
		position: relative;
		background-color: #FFFFFF;
		text-align: center;
		color:#00B9FD;
		border-radius: 10px;
		font-family: sans-serif;
		z-index:1;
		width:250px; height:60px;
		border:#FF0000 solid 1px;
		text-align:justify;
		}
		.partLoad-body:after
		{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border: 8px solid;

		}
		.partLoad-body-top:after
		{
		border-bottom-color: #FF0000;
		left: 50%;
		bottom: 100%;
		margin-left: -10px;
		}
		
		
		#refine-box {
			position:absolute;
			display:none;
		}
		
			#refine-header {
				
			}



		.refine-body {
		position: relative;
		background-color: #FFFFFF;
		text-align: center;
		color:#FFFFFF;
		border-radius: 10px;
		font-family: sans-serif;
		z-index:1;
		width:250px; height:100px;
		border:#FF0000 solid 1px;
		text-align:justify;
		}
		.refine-body:after
		{
		content: '';
position: absolute;
width: 0;
height: 0;
border: 8px solid;
		}
		
		.refine-body-left:after
{
border-right-color: #FF0000;
top: 50%;
right: 100%;
margin-top: -15px;
}