@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles */

@import url(forms.css);
form.yform .type-text textarea,
form.yform .type-text input {
    width: 95%;    
}

#anonymizedlink {
    width: 95%;
    padding: 0.3em;
  }


/**************************************************************************************************
| Software Name        : Anonymizer.info
| Software Author      : Anonymizer
| Website              : https://www.anonymizer.info/
|**************************************************************************************************
| File version: 2.2
|**************************************************************************************************
| Copyright (c) 2015 anonymiz.com. All rights reserved.
|**************************************************************************************************/



#content {
	padding-left: 10px;
	padding-right: 10px;
}

.sub_content {
	font-size: 13px;
}



/*#content h1 {
	margin: 10px 0px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999;
	font: bold 22px "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #EEE;
	line-height: 1em;	
}
*/

/*h2 {
	font: 1.5em "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0.7em 0;
	color: #EEE;
}
*/


img {
	border: 0; 
}

/*a {
	color: #FF8301;
	
}*/
	
a:hover {
	text-decoration: none;
}

.ad{
	margin: 10px;
}




.clearer {
	clear: both;
}

.sp16 {
	height: 10px;
}

fieldset {
	border: 0;
	color: #999;	
	font: bold 11px Verdana, arial, helvetica, sans-serif;
	padding: 8px 0;
}

label {
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
}

textarea {
	display: block;
	background: #CCC;
	height: 125px;
	margin-bottom: 7px;
	overflow: auto;
	width: 570px;
}
	
input, button, textarea {
	border: 1px solid #666;
}

input#keywordsInput {
	background: #CCC;
	
}

input#markAll, input#submitButton, .anonym_FormSubmit {
	background: #666;
	color: #CCC;
}

.anonym_input {
	background: #bbb;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

