/* CSS for the Contact */
#form  <!-- a selector / the entire form -->
{	
	font-family: "Comic Sans MS";
	width	      :	25em;
	margin-top:25px;
}


h2 
{ text-align:center;
	font-family:"Comic Sans MS";
	margin	:	0 0 0 0;
	padding : 10;
}

h_3
{ text-align:center;
	font-family : "Arial";
	font-size   : 14px;
	padding     : 14;
}

p 
{
	margin    : 0 0 1em 0;
	padding   : 0;
	font-size : 1;
}

fieldset 
{/* Under p.legend, Name, e-mail etch*/

	background    : #AA99C5; 
	border        : none;
	margin-bottom : 1em;
	padding-top   : 1.5em;
	width         : 24em;
}


p.legend 
{	/* 	<p class="legend">	
		Προσωπικές Πληροφορίες	*/
	background:#FFFBC6; 
	color         : black;
	padding       : .2em .3em;
	font-size     : 1.2em;
	border        : 2px outset;
	position			: relative;
	margin-bottom : -0.5em;
	width         : 15em;
	margin-left   : 1em;
	margin-top    : 1em;
	border-color: #0000CC;
	text-align:center;
}

#personal_label 
{ /* <fieldset id="personal label">
		 Επώνυμο κτλ */
	position     : static;
	background:#AA99C5;
	font-size    : 100%;
	padding-top  : 12px;
/*	left        : 400px;*/
	padding-left : 10px;
	border       : outset #f3b4f5;
	text-align:center;
}


#choices 
{
	background : #F5D9B4; 
	border     : outset #f5d9b4;
}

#suggestions 
{
	background : #AA99C5; 
	border     : outset #b4f5da;
}


#personal input 
{
	margin-left   : 9em;
	line-height   : 1.4em;
	margin-bottom : .2em;
}

#choices label 
{
	position    : absolute; 
	padding-top : .2em;
	left        : 20px;
}

select 
{
	margin-left   : 9em;
	margin-bottom : 0;
}


#size {	font-size : 90%;	}
#size input {	margin-left	:	9em;	}
#size input + input {	margin-left	:	1em;	}
#size br+ input {	margin-left	:	9em;	}

#extras {	font-size	:	90%;	}
#extras input {	margin-left	:	9em;	}
#extras input +input {	margin-left	:	1em;	}
#extras br+input {	margin-left	:	9em;	}


TextArea 
{
	font    : .8em "Trebuchet MS", Verdana, sans-serif;
	width   :	29em;
	padding : .2em
}

/* 2 bottom buttons */ 
input[type="Submit"], input[type="Reset"] 
{
	background : #B7B7B7; 

	font-family	: Geneva, Arial, Helvetica, sans-serif 
	font-size   : 20px;
	font-weight : bold;
	
}

#buttons { text-align	: center }
