﻿



body {
}
#test {
width: 900px;
height: 450px;
border:1px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#test1 {
width: 900px;
height: 40px;
border:1px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#test2 {
width: 900px;
height: 200px;
border:1px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#test3 {
width: 900px;
height: 70px;
border:1px;
border-top-left-radius :15px;
border-top-right-radius :15px;
-moz-border-top-left-radius :15px;
-moz-border-top-right-radius :15px;

}
#eform {
width: 500px;

border:1px;
border-top-left-radius :15px;
border-top-right-radius :15px;
-moz-border-top-left-radius :15px;
-moz-border-top-right-radius :15px;

}
 .textbox{
	outline: none;
	padding: 10px;
	width: 140px;
	height:10px;
	font-family: Helvetica, Arial, "Sans Serif";
	font-size: 13px;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 10px 0px #eee;
	-moz-box-shadow: inset 0px 0px 10px 0px #eee;
	box-shadow: inset 0px 0px 10px 0px #eee;
}

    .textbox:hover {
	border-color: Red ;
	width: 150px;
	height:10px;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ddd;
	-moz-box-shadow: inset 0px 0px 10px 0px #ddd;
	box-shadow: inset 0px 0px 10px 0px #ddd;
}

.menue
{
   font-family: B Yekan,'B Yekan',tahoma;
    font-size:16px;
    color:#666666;
}
.menue:hover
{
     font-family: B Yekan,'B Yekan',tahoma;
    font-size:16px;
    color: red;
}
#kadr{
width: 900px;
height: 300px;
border:1px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#kadreform{
width: 900px;
border:1px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.newstickerDate
{
    color:White;
}

 .textboxeform{
	outline: none;
	padding: 10px;
	width: 200px;
	height:10px;
	font-family: Helvetica, Arial, "Sans Serif";
	font-size: 13px;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 10px 0px #eee;
	-moz-box-shadow: inset 0px 0px 10px 0px #eee;
	box-shadow: inset 0px 0px 10px 0px #eee;
}

    .textboxeform:hover {
	border-color: Red ;
	width: 200px;
	height:10px;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ddd;
	-moz-box-shadow: inset 0px 0px 10px 0px #ddd;
	box-shadow: inset 0px 0px 10px 0px #ddd;
}
