/* -----------------------------------------------------------------------

Copyright (c) Balogh Roland, Minden jog fenntartva
Szerző: Balogh Roland -- http://www.rolandbalogh.com
Verzió: 1.0
   
----------------------------------------------------------------------- */

form div {
	clear: both;
}

label {
	clear: left;
	float: left;
	display: block;
	width: 200px;
	height: 20px;
	padding: 8px 0 0;
	/*text-transform: uppercase;*/
	font-size: 15px;
}

#formlabel {
    float: right;
}

.input {
	float: left;
	display: block;
	width: 140px;
	height: 26px;
	margin: 0 0 5px 0;
	padding: 0 10px;
	border: 1px solid #d7d7d7;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #fff;
	font-family: Times New Roman, Times, Sans;
	font-size: 12px;
	color: #6e6e6e;
	cursor: text;
}

.input:focus {
	height: 24px;
	padding: 0 9px;
	border: 2px solid #de5c00;
}

select {
	clear: right;
	float: left;
	width: 500px;
}

textarea {
	clear: right;
	float: left;
	display: block;
	width: 500px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #d7d7d7;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #fff;
	font-family: Times New Roman, Times, Sans;
	font-size: 12px;
	color: #6e6e6e;
	cursor: text;
}

textarea:focus {
	padding: 9px;
	border: 2px solid #de5c00;
}

.submit {
	height: 23px;
	margin: 0;
	padding: 0 15px;
	border: 0;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 2px 2px 2px #bfbfbf;
	-webkit-box-shadow: 2px 2px 2px #bfbfbf;
	box-shadow: 2px 2px 2px #bfbfbf;
	
	line-height: 23px;
	text-align: center;
	text-shadow: -1px -1px 1px #b66800;
	font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
	font-size: 15px;
	color: #fff;
	background: url(../images/button.png) top left repeat-x;
	cursor: pointer;
}

.submit:hover {
	background: url(../images/button.png) bottom left repeat-x;
}

#totalPrice
{
    padding:10px;
    
    background-color:#ff0;
}
