/***************************
 *  Default styles for the
 *     EXT rgsendnews
 * by Ringer Georg (just2b)
 *   http://www.ringer.it
 ************************** 
 
 
 
 liegt in typo3conf/ext/rgsendnews/res !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
 
 
 

 Send link */
#rgsnsendlink{
	cursor:pointer;
	font-weight:bold;
	background:url(email_go.png) 0 2px no-repeat;
/*	padding:2px 0 0 20px;*/
	width:160px;
	height:50px;
}

/* nest div, necessary */
#rgsnnest {
	padding:4px 0 0 20px;
	position:absolute;	
	left:380px;
	top:307px;
}

/* close button in the form */
#rgsnclose {
	float:right;
	cursor:pointer;
	margin-right:5px;
}

/* popup div */
#rgsn{
  width:300px;
  background:#fff;
  border:5px solid White;
}

/* top bar in the popup div */
#rgsn .topbar {
	border-bottom:1px solid #ccc;
	padding:4px 2px 2px 5px;
	background: #DA171D;
	cursor:pointer;	
	height:20px;
	color:White;
	font-weight:bold;
	font-size:13px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* bottom bar in the popup div */
#rgsn .bottombar {
	border-top:1px solid #ccc;
	font-size:1px;
	height:3px;
	background:#eee;
}

/* styling of the form, same syntax as a standard mailform of TYPO3 */
#rgsnform {
	padding:15px;
	border:1px solid Silver;
}

#rgsnform fieldset {
	border:0;
}

#rgsnform legend {
	display:none;
}

#rgsnform fieldset.csc-mailform .csc-captcha img {
	float:right;
	margin-top:-32px;
	margin-right:10px;
}

#rgsnform fieldset.csc-mailform .csc-captcha input {
	letter-spacing:1px;
	width:35px;
	text-align:center;
}

#rgsnform fieldset.csc-mailform label {
	float:none;
	margin-right:150px;
	padding-left:2px;
}

#rgsn input, 
#rgsn textarea {
	border:1px solid Silver;
	padding:4px;
	margin:2px;
	width:250px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#rgsn input#rgsnhtml {
	width:10px;
	float:left;
}

#rgsn textarea {
	margin-bottom:5px;	
}

/* sucess & error messages */
.success, .error {
  margin:10px;
  padding:2px 5px;
  text-align:center;
  color:#fff;                  
}
.error   {  border:1px solid #ff0000; background:#c60606; }     
.success {  border:1px solid #00ff18; background:#009900; }
