
/**
 * Defaults
 *
 */
   
body { background-color:#E5EFFA; margin:0 }

p { line-height: 15.4px; }


a {color: #0066CC; text-decoration:none; background:transparent url(http://www.nzz.ch/static-images/news_readmore.gif) no-repeat scroll left center; padding-left:7px;}
a:focus,
a:hover,
a:active {color:#FF9900; text-decoration:none;}

a.text {color: #0066CC; text-decoration:none; background:none; padding-left:0px;}
a.text:focus,
a.text:hover,
a.text:active {color:#FF9900; text-decoration:none;}

.title { font-family: Georgia,"Times New Roman",Times,serif; font-size: 18px; margin: 0 0 12px 0; font-weight:normal }
.inner {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	width:486px;
	line-height: 14px;
    clear:both;
	margin: 0;
	padding: 5px;
}

.expl { font-weight: bold; margin: 0 0 12px 0; }

.expl_big { font-weight: bold; font-size:13px; margin: 0 0 12px 0; }

.inputRow {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 5px 0;
}

.inputPrivacy {
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0 20px 0;
}

/**
 * Forms
 *
 */
label { display: block; float: left; width: 100px; }
input, select {
	font-size: 11px;
    border-color:#666666 #CCCCCC #CCCCCC #666666;
    border-style:solid;
	border-width:1px;
	margin:0;
	padding:0;
    width: 150px;
}

.inputPrivacy label { display:inline; float:none; width: 300px; margin-left:5px; vertical-align:top; }
.inputPrivacy input {
	width: 15px;
	border-width:0px;
}


.button {
	background-color: #FFFFFF;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
    border-style:solid;
	border-width:1px;
	margin:0;
	padding:0;
    width: 90px;
}

/**
 * Validation
 *
 */

.validation-advice {
	margin:0.4em 0 0.6em 10em;
	color:#FF0000;
	font-size:0.92em;
	line-height:1.07em;
}