/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* STYLE **********************************************************************************************/
/******************************************************************************************************/
a{
	font-family: Arial;
	color: #898989;
	text-decoration: none;
}
a:hover{
	font-family: Arial;
	color: #CC3268;
	text-decoration: none;
}
#header p{
	padding-left: 40px;
	padding-top: 12px;
}
#content table{
	width: 380px;
	padding-left: 10px;
}
#content p{
	margin: 0px;
	padding: 0px;
}
.ALLERT{
	color: #990000
}

.OK{
	color: #006600
}

.bginput{
	width:300px;
	height: 18px;
	padding: 2px;
	border:none;  
	background-image:url('images/input.png');
	color: #898989;
}
.bgsubmit{
	height: 22px;
	border:none;  
	background-image:url('images/submit.png');
	color: #898989;
}
#infopanel p{
	background-image: url('images/ico_txt_add.png');
	width:335px;
	height: 17px;
	padding-left: 25px;
	padding-top: 2px;
	margin: 2px 0px 0px 0px;
}
#copy p{
	background-image: url('images/ico_txt_add.png');
	width:335px;
	height: 17px;
	padding-left: 25px;
	padding-top: 2px;
	margin: 2px 0px 0px 0px;
}
hr{
	height: 1px;
	border:none;  
}