 /* New Copy To Clipboard function - multiple browser support 
 	width: 480pt;
	height: 340pt;
*/
 #C2C_main {
	position: fixed;	/*We'd like this one to stay fixed on page */
	z-index: 1;			/* Keep this one on top of everuthing */
	top: 120pt;
	left: 50%;
	transform: translate(, -50%);
	margin: 0 auto;
	width: 480pt;
	height: 340pt;
	
	border-width: 1px 1px 1px 1px; 
	border-style: solid; border-color: #000000; 
	border-radius: 5px;
	background-color: lightgrey;
	visibility: hidden;
 }

.SCS_divHeading{
	text-align:center;
	font-size:11pt;
	font-weight:bold;
	padding-bottom: 10px;

}

#C2C_MDselect {
	position: absolute;
	top: 2%;
	left: 2%;
	height: 96%;
	width: 34%;
}

#C2C_Preview {
	position: absolute;
	top: 2%;
	left: 36%;
	height: 74%;
	width: 62%;
}

#C2C_content {					/* Textarea for preview */
	white-space: pre;	
	overflow: auto;
	background: transparent;
	resize: none;
	border: 1 solid black;
	width: 100%;
	outline: none;
	height: 86%;
	font-family:monospace;
}

#C2C_ActionBtns {
	position: absolute;
	top: 74%;
	left: 36%;
	height: 22%;
	width: 62%;
}


fieldset {
  padding:10px;
  display:inline-block;
}

#btnC2C {
cursor: pointer;
}

.ui-dialog.C2C_MsgDiv{
	top: 0;
	left: 0;
	padding: .2em;
    border:1px;
	color: blue;
}

.C2C_MsgDivBody{
	font-size:12pt;
	text-align:center;
}

#C2C_spanRowCnt{
	font-size:12pt;
	color: blue;
}

.C2C_MsgRefineButton {
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #90C93E;
}
