body {
	font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

h2 {
	padding: 2px 0px 2px 0px;
	font-weight: bolder;
	font-strecth: wider;
}

.contentBox {
	/* border: 1px solid #0cbef3; */
	padding: 5px;
}

.normalText {
	padding-top: 2px;
	font-weight: normal;
}

.noteText {
	margin-top: 10px;
	font-size: 0.9em;
	font-style: italic;
}

.subText {
	font-weight: normal;
	font-size:0.7em;
	font-style:italic;
}


.smallHeader {
	font-weight: bold;
	font-size: 1em;
	padding: 2px 0px;
}

.left {
	float:left;
	width: 40%;
}

.right {
	float: right;
	width: 59%;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

#headerDiv  {
	background-image:	url('../imgs/socialactions-logo.gif');
	background-repeat:	no-repeat;
	height:	128px;
	padding-bottom: 10px;
}

#codeForm  {
	border: 1px solid #0cbef3;
	padding:  5px 5px 5px 10px;
	height:250px;
	width:350px;
	float:left; 
}

#codeValue {
	border: 1px solid #0cbef3;
	padding:  5px 5px 5px 10px;
	width:350px;
	height: 250px;
	float:right;
}

#transparentDiv {
	height: 460px;
	width:400px;
	border: 1px solid #0cbef3;
	background-color:white;
	display: none;
	position: absolute;
	top: 100px;
	left: 30%;
	z-index:999;
}

#previewWidgetDiv {
	margin-left:25px;
}

#queryDiv {
	width:170px;
	height:160px;
	border:1px solid black;
	background-color:white;
	position: absolute;
	z-index:100;
	display: none;
	top:475px;
	#top: 485px;
	left:315px;
	#left:305px;
	font-size:0.8em;
	padding-left:5px;
}

#queryDiv a {
	text-decoration: none;
	color: black;
}

#queryDiv a :visited {
	text-decoration: none;
	color: black;
}

#queryDiv a:hover {
	text-decoration: none;
	color: #0cbef3;
}

#helperSpan {
	font-size:0.9em;
	padding-left:10px;
	text-align:bottom;
}

#helperSpan a {
	text-decoration:none;
	color:black;
}

#helperSpan a :visited {
	text-decoration: none;
	color: black;
}

#helperSpan a:hover {
	text-decoration: none;
	color: #0cbef3;
}
