
.sc_message{
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
}

.sc_message.sc_user{
	background-color: #f9f9ff;
	color: gray;
}

.sc_message.sc_admin{
	/*background: #ffffcc url(pclab_feedback.png) no-repeat right 30px;
	min-height: 80px;
	padding-right: 40px;*/
	background-color: #ffffcc;
}

.sc_header{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	padding-bottom: 3px;
	display: block;
}

.sc_infolink{
	text-decoration: none;
	font-weight: bolder;
}

.sc_divinfo{
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
}

.sc_code{
	text-align: justify;
	width: 400px;
}

.sc_clr{
	clear: both;
	height: 1;
	line-height: 1;
}
.sc_downloadtext{
	font-weight: bold;
	margin-left: 5px;
}

a.sc_downloadlink, a.sc_downloadlink:hover, a.sc_downloadlink:visited{
	color: #006699;
	font-weight: bolder;
	text-decoration: none;
	outline: 0;
}

a.sc_download_more{
	font-weight: bolder;
	text-decoration: none;
}
a.sc_download_more:hover{
	text-decoration: none;
}
.downloadfile a{
	text-decoration: none;
}


.sc_domain{
	font-size: 11px;
	font-family: Tahoma;
}
/* notice style */
.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #eee;
	padding: 0px 6px 0 10px;
	font-family: Arial;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 0px;
	cursor: pointer;
	color: white;
}
.notice-item.error {
	background: #333;
	color: red;
}


#contactable {
	background-image:url(contact.png);
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:380px;
	*margin-top:10px;
	width:31px;
	z-index:100000;
}


#contactForm {
	background-color:#333333;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:450px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
	*width:394px;
	z-index:99;
}

form#contactForm input,form#contactForm textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}


form#contactForm .submit {
	background: #CBCBCB none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border: 2px solid #0092DD;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color: Black;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:0.9em;
}

form#contactForm .disclaimer {
	*margin-left:20px;
}

#contactForm .red {
	color:	#F5410F;
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 


#contactForm .error { background-color: #EDBE9C; }

#name.error { background-color: #EDBE9C; } 
#email.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }

form#contactForm label{
	*margin-left:20px;
}

form#contactForm #loading {
	background: url(ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


#contactForm .holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}	

.blockUI.blockMsg{
	cursor: default;
}
.blockUI.blockMsg h1{
	
}
/*.blockUI.blockMsg a{
	color: Red;
	border: 3px double silver;
	text-decoration: none;
	white-space: nowrap;
	margin: 7px;
	padding: 15px;
}*/

.blockUI.blockMsg a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 14px rgba(255,255,255,1);
}

