/*
Theme Name: IP-Watch
Theme URI: http://ip-watch.org/
Description: The Intellectual Property Watch theme
Version: 1.0
Author: b-spirit Sàrl
Author URI: http://b-spirit.com/
Tags: Fixed width, three columns

	This theme was designed and built by b-spirit Sàrl (http://b-spirit.com/)

	All rights reserved. Please email webmaster@ip-watch.org for more information
*/

/************************* HTML *************************/

/* ----------- stylized form ----------- */
#stylized {
	margin: 10px auto;
	width: 520px;
	padding: 14px;

	border:solid 1px #aaaaaa;
	background:#f6f5f2;
}

#stylized h3 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #666;
}

#stylized h5 {
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 1.0em;
}

#stylized p {
	color: #666;
	margin-bottom: 20px;
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 10px;
}

#stylized input[type="text"],
	#stylized input[type="email"]{
	color: #333;
	padding: 4px;
	border: solid 1px #aaaaaa;
	width: 250px;
	margin: 2px 0 20px 10px;
}

#stylized select{
	color: #333;
	border: solid 1px #aaaaaa;
	width: 260px;
	margin: 2px 0 20px 10px;
}

#stylized input[type="submit"] {
	margin-right: 20px;
}

#stylized input[type="checkbox"]{
	margin: 0 5px 0 0;
}

#stylized input[type="radio"]{
	margin: 0 5px 0 0;
}

#stylized input[type="password"]{
	color: #333;
	padding: 4px;
	border: solid 1px #aaaaaa;
	width: 250px;
	margin: 2px 0 20px 10px;
}

#stylized textarea{
	color: #333;
	border: solid 1px #aaaaaa;
	margin: 2px 0 20px 10px;
}

#stylized ul, #stylized li{
	list-style: none;
}

#stylized2 {
	margin: 10px auto;
	width: 520px;
	padding: 14px;
	border:solid 1px #aaaaaa;
	background:#f6f5f2;
}

#stylized2 p{
	color: #666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#stylized2 input[type="submit"]{
	margin-right: 20px;
}

#paragraph {
	color: #666;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#stylized3 p {
	color: #0000000;
	margin-bottom: 20px;
}

#stylized4 p {
	font-size: 0.8em;
	color: #0000000;
	margin-bottom: 20px;
}

.table_payment td, th {
	border: #aaaaaa solid 1px;
	padding-left:5px;
}

#section {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:10px;
	margin-bottom: 10px;
}

#section_small_left {
	width: 280px;
	float: left;
	margin-right: 5px;
}

#section_small_left p {
	padding-left: 12px;
}

#section_small_left_title {
	color: #37abc8;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 10px 0;
}

#section_small_right {
	width: 280px;
	float: right;
	margin-left: 5px;
}

#section_small_right p {
	padding-left: 12px;
}

#section_small_right_title {
	color: #37abc8;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 10px 0;
}

input.ackbar {
	position: absolute;
	left: -9999px;
}