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

/* 
 * The input definitions
 */
input {
	margin: .5em 0 0 2em;
}

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

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

/*
 * Button definitions
 */
input.button {
	font-style: normal;
	color: #6b9cbd;
	font-size: 11px;
	font-weight: bold;
}

	.button_small {
		background: url('../img/button_small_55x28.png') no-repeat #828282;
		width: 55px;
		height: 28px;
		padding: 0 .25em 0 0;
	}
	
	.button_medium {
		background: url('../img/button_medium_80x28.png') no-repeat #828282;
		width: 80px;
		height: 28px;
	}

	.button_large {
		background: url('../img/button_large_120x28.png') no-repeat #828282;
		width: 120px;
		height: 26px;
	}

	input.button:active {
		opacity: 0.5;
		padding: .25em 0 0 .25em;
	}

div#log {
	height: 400px;
}

div#sendinquiry {
	min-width: 400px;
}
