
/**************************************************************************
* Program neve - Fájl neve                                                *
* ======================================================================= *
* Egyszerű képgaléria az (e)2 interactive fejlesztéséből lett létrehozva  *
* apróbb design és a fordítást leszámítva minimális tartalom változtatás  *
* lett végrehajtva rajta... tbence által                                  *
* ======================================================================= *
* Ezt a programot a PHP Studio fordította és módosította, a fordítók és   *
* módosítók: / This program was translated and modified by the            *
* PHP Studio, the translators and the modifiers:                          *
* tbence                                                                  *
* ----------------------------------------------------------------------- *
* Weboldalunk / Our webpage: http://www.phpstudio.hu                      *
* Segítségnyújtás / HelpDesk: http://forum.phpstudio.hu                   *
* ======================================================================= *
* A szoftverre az eredeti verzió jogállása vonatkozik.                    *
* This software is distributed under the legal status of the originial    *
* version.                                                                *
* ======================================================================= *
* Dátum / Date: 2009. 7. 8.                                               *
**************************************************************************/

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	color:#FFF

} 

#login {

	background-image: url(login_screen.png);

	background-repeat: no-repeat;

	height: 300px;

	width: 375px;

	margin-top: 25px;

	margin-right: auto;

	margin-bottom: 65px;

	margin-left: auto;

	padding: 175px 0 0 50px;

	text-align: left;

	color: #FFFFFF;

	font-size:1.4em;

}

#login input {

	font-size: 1.8em;

	width: 100%;

	margin: 10px;

}

#login form {

	width: 78%;

}

.e2_photo_gallery {

 width:600px;

 margin:0px auto;

 min-width:600px;

 color:#000000;

}



.e2_photo_gallery .hd .c,

.e2_photo_gallery .ft .c {

 font-size:1px; /* ensure minimum height */

 height:13px;

}



.e2_photo_gallery .ft .c {

 height:14px;

}



.e2_photo_gallery .hd {

 background:transparent url(tl.gif) no-repeat 0px 0px;

}



.e2_photo_gallery .hd .c {

 background:transparent url(tr.gif) no-repeat right 0px;

}



.e2_photo_gallery .bd {

 background:transparent url(ml.gif) repeat-y 0px 0px;

}



.e2_photo_gallery .bd .c {

 background:transparent url(mr.gif) repeat-y right 0px;

}



.e2_photo_gallery .bd .c .s {

	margin:0px 8px 0px 4px;

	padding:1em;

	text-align: left;

}



.e2_photo_gallery .ft {

 background:transparent url(bl.gif) no-repeat 0px 0px;

}



.e2_photo_gallery .ft .c {

 background:transparent url(br.gif) no-repeat right 0px;

}

.float50 {

	float: left;

	width: 48%;

}

.clear{clear:both}

#gomb{

    background-image: url('gombbg.png');

    background-repeat: repeat-x;

    background-color: #EEEEEE;

    border: none;

    text-decoration: none;

    font-size: 12px;

    color: #DDDDDD;
}

#gomb2{
        background-image: url('gombbg.png');

    background-repeat: repeat-x;

    background-color: #EEEEEE;

    border: none;

    text-decoration: none;

    font-size: 18px;

    color: #DDDDDD;

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 2px;

    padding-bottom: 2px;
}

