* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, sans-serif;
	margin: 0px auto 0px auto;
	background-color: #eee;
}
img {
	border: 0px;
}
#reklama {
	width: 100%;
	text-align: center;
	margin: 50px auto;	
}
#konteineris {
	width: 250px;
	margin: 50px auto 0px auto;
	text-align: center;
	display: block;
}
#nosaukums {
	margin: 20px;	
}
#forma {
	width: 250px;
	text-align: right;
}
#papildinfo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-color: #eee;
	border-top: 1px solid #ccc;
	font-size: 0.8em;
	color: #444;
}
#papildinfo img {
	border: 0px;
}
#bottomad {
	position:absolute;
	bottom: 5px;
	left: 5px;
	padding: 0px;
}
#bottomad a {
	color: #666;
	text-decoration: none;
	margin-left: 10px;
}
#bottomad a:hover {
	color: #333;
	text-decoration: underline;
}
.bookmarklet {
	border: 1px solid #bbb;
	text-decoration: none;
	padding: 2px;
	color: #444;
	background-color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

input[type=button] {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 1em;
	color: #444;
	height: auto;
	width: 100px;
	background-color: #fff;
	margin: 0px 0px 12px 0px;
	padding: 2px;
	border: 1px solid #aaa;
	cursor: pointer;	
}
#aiziet {
	width: 100px;	
}
#atpakal {
	width: 200px;	
}
#custom {
	margin-top: 12px;
}
#custom p:last-of-type {
	font-size: 0.7em;	
}
#custom p {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
#saite {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width: 240px;
	height: 18px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #444;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	margin: 0px 0px 10px 0px;	
}
#alias {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width: 80px;
	height: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #444;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 2px;
	margin: 10px 0px 10px 0px;	
}
input[type=button]:hover {
	border-color: #999;
	color: #333;
	background-color: #eee;
}