form#search_form {
	display:			inline;
}

input#search_field {
	border:				#b5b5b5 1px solid;
	background-color:	#f7f7f7;
	margin-top:			8px;
}





textarea, input, select {
	background-color:	#EAEAEA;
	border:				#ccc 1px solid;
	font-family:		verdana, tahoma, serif;
	font-size:			12px;
}

div.formbutton input {
	border:				#777 1px solid;
	background-color:	#f5f5f5;
	padding:			2px;
	margin:				0px;
	font-weight:		normal;
	text-decoration:	none;
}





div#form_books table tr th,
div#form_magazines table tr th
{
	background-color: #ddd;
	font-size: 10px;
}

div#form_books table tr td,
div#form_magazines table tr td
{
	text-align: left;
}

p.order_title {
	font-weight: bold;
	text-decoration: underline; 
}

div.order_form_validation
{
	color: #f00;
}

p.cv_title {
	font-weight: bold;
	text-decoration: underline; 
}

div.cv_form_validation
{
	color: #f00;
}

p.training_title {
	font-weight: bold;
	text-decoration: underline; 
}

p.training_subtitle {
	font-weight: bold;
	text-decoration: none; 
}

div.training_form_validation
{
	color: #f00;
}