/*
***********************************************************
Title: Extensions
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: juni 2009
***********************************************************
*/


a.tx_tipafriend_tiplink {
  padding-top:5px;
  margin-bottom:10px;
  font-family:Arial, Helvetica;
  font-weight:bold;
  font-style:italic;
  color:#87CED4;
  font-size:1.4em;
  }
  
.tiplink {
  margin-left:530px;
  margin-top:20px;
  }
 
.tx_tipafriend_url {
  margin-bottom:20px;
  } 
  
.tx_tipafriend label {
  width:160px;
  display:block;
  float:left;
  }

.tx_tipafriend_codetext .tx-srfreecap-pi2-image {
	width:250px;
	height:75px;
	margin:10px 0px 3px 0px;
	border:1px solid black;
}
.tx_tipafriend_codetext {
	text-align:justify;
	font-size:1em;
	line-height:normal;
	border-color:black;
	border-style:solid;
	border-width:0px;
	width:250px;
	float:left;
}

.tx_tipafriend_codetext .tx-srfreecap-pi2-cant-read {
 color:#87CED4;
 }
 
.tx_tipafriend_codetext .tx-srfreecap-pi2-cant-read a:link {
 text-decoration:underline;
 } 

.tx_tipafriend_formfield {
  margin-bottom:3px;
  }

.tx_tipafriend_text {
  clear:both;
  margin:0 0 20px 140px;
  padding-top:20px;
  display:block;
  font-style:italic;
  }

.tx_tipafriend_error_box {
 width:400px;
 padding:10px;
 border:3px solid black;
 background:#87CED4;
 color:black;
 margin-bottom:20px;
 }