body
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

/* Divs */
#languageDiv
{
    width: 100%;
    padding-bottom: 15px;
}

#languageBar
{
    width: 850px;
    height: 34px;
    background-image: url('../../siirry_images/bg_lang.png');
    background-repeat: no-repeat;
}

#logoDiv
{
    width: 100%;
    height: 141px;
    background-image: url('../../siirry_images/bg_line.png');
    background-repeat: repeat-x;
}

#contentDiv
{
    padding-top: 25px;
}

#footerDiv
{
    width: 100%;
}
/* Divs end */


/* TextBoxes */
.LongUrlBox
{
	background-image: url('../../siirry_images/tb1.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
	width: 585px;
	height: 66px;
	font-size: 20px;
	color: grey;
}

.SiirryUrlBox
{
	background-image: url('../../siirry_images/tb2.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	border: 0px;
	width: 424px;
	height: 74px;
	font-size: 20px;
	color: grey;
}

.TextBox
{
	background-image: url('../../siirry_images/tb1.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
	width: 585px;
	height: 66px;
	font-size: 20px;
	color: grey;
}

/* TextBoxes end */

/* Table */
.TextCell
{
    padding-left: 11px;
    padding-bottom: 3px;
}
/* Table end */