/**********************************************************************
 * Oy Nerival Group Ab
 *
 * Contact page CSS file
 *
 * @file contact.css
 * @date 19.07.2011
 * @author kalle
 * @copyright Toinen veli Oy
 *
 * Toinen veli Oy - Innovative and agile web development
 *
 * (c) Toinen veli Oy - All rights reserved
 **********************************************************************/

/*
 * Basic definitions
 */
p {
	margin: 0 0 0 1em;
}

/* 
 * The input definitions
 */

input {
	margin: .5em 0 0 2em;
}

input.small {
	width: 160px;
	height: 26px;
	border: 1px solid #eee;
	background: url('../img/input_small.png') no-repeat #eee;
	}

input.medium {
	width: 235px;
	height: 26px;
	border: 1px solid #eee;
	background: url('../img/input_medium.png') no-repeat #eee;
}

textarea {
	background: url('../img/input_medium.png') repeat-x #fff;
    border: 1px solid #eee;
	margin: .5em 0 0 2em;
}

div.section {
	margin: 1em 0 0 0;
	padding: 0;
	display: block;
	width: 360px;
}

div#contentMiddle {
	width: 450px;
}

div#log, div#tryagain {
	display: none;
}

.toppadding_5 { padding: 5em 0 0 0; }
