/*
section for define new classes for change the form
*/

.final_message{
/*this class name can not be changed, this defines the font properties for the final message*/
	font-size: 2em;
	font-variant:small-caps;
	font-family: verdana;
	color: #582525;
}

.error-border{
/*this class name can not be changed, this defines the font properties for the incorrects field's captions*/
	padding: 5px;
	width: 300px;
	display: block;
	color: red;
	font-weight :bolder;
}

.no-border{
/*this class name can not be changed, this defines the font properties for the texbox's captions*/
	color: #150066;
	font-weight:bolder;
}

.title_style{
/*this class name can not be changed, this defines the font properties for the section's titles*/
	color: blue; font-size: 14px; font-weight: bolder; font-family: verdana;
}

.message_sending{
/*this class name can not be changed, this defines the font properties for the message "Sending data..."*/
	color: red; padding:3px; display: none; font-size: 12px; font-weight: bolder;
}

.button-class{
/*this class name can not be changed, this defines the font properties for the submit button*/
	color: #150066;
	background-color: orange;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	border-width: 2px;
	font-weight:bolder;
}

.textboxform {
color: blue;
border-width: 2px;
border-color: #02ee02;
border-style:solid;
font-weight: bolder;
}

.textboxform2 {
color: orange;
border-width: 2px;
border-color: #150090;
border-style:solid;
font-weight: bolder;
}


/*
end of section for define new classes for change the form
*/

* {}

body {}

a {}

a:hover {}

/* Boxed */

.title {}

.boxed1 .title {}

.boxed1 .content {}

.boxed2 .title {}

.boxed2 .content {}

.boxed3 .title {}

.boxed3 .content {}

.boxed3 ol, .boxed3 ul {}


/* Header */

#header {}

/* Logo */

#logo {}

#logo h1 {}

#logo h2 {}

#logo a {}

/* Menu */

#menu {}

#menu ul {}

#menu li {}

#menu a {}

#menu a:hover {}

#menu .active a {}

#menu a b {}

/* Page */

#page {}

/* Content */

#content {}

#content p, #content ol, #content ul {}

/* Sidebar */

#sidebar {}

/* News */

#news {}

#news ul {}

#news li {}

#news h3 {}

#news h3 a {}

#news p {}

/* Welcome */

#welcome {}

/* Samples */

#sample1, #sample2 {}

#sample1 {}

#sample2 {}

/* Footer */

#footer {}

#footer p {}