﻿

.submitbutton
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    height: 21px;
    width: 100px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
    float: left;
    margin: 5px;
    padding: 3px;
    background-color: #000000;
    border-right: #cc0000 1px solid;
    border-top: #cc0000 1px solid;
    border-left: #cc0000 1px solid;
    border-bottom: #cc0000 1px solid;
    cursor: hand;
}

.contacttext
{
	margin: 3px;
	padding: 3px;
	float: right;
	font-size: 11px;
	font-family: Tahoma, Fantasy;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.contactaddress1
{
	margin: 3px;
	padding: 3px;
	
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight:  normal;
	}
	
	h6
{
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	color: #ffffff;
	padding-top: 10px;
	font-family: Tahoma, Fantasy;
	height: 25px;
	background-color: #cc0000;
	text-align: center;
	text-decoration: none;
}

.Gonder
{
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    border-top-style: none;
    font-family: Calibri;
    border-right-style: none;
    border-left-style: none;
    background-color: #cc0033;
    border-bottom-style: none;
    cursor: hand;
}
 select 
        {
        	font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
font-size:12px;
line-height:15px;

border:1px solid #aaa;
color:#333;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:2px;
}

textarea {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #999;
color:#333;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:2px;
}

input[type=submit] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#666;
background:url(  '../images/btn_bg.gif' ) repeat-x top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px;
}

.inputbutton {
font-size:12px;
line-height:15px;
font-family:"Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#666;
background:url( '../images/btn_bg.gif' ) repeat-x top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:4px 10px;
}

.inputbutton img {
margin-bottom:-2px;
}

input[type="text"][readonly] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #999;
color:#aaa;
background-color:#f0f0f0;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
}

input[type="submit"][disabled] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI" , "Trebuchet MS" , "Helvetica Neue" , Helvetica, "Lucida Sans Unicode";
border:1px solid #ccc;
text-align:center;
color:#aaa;
background:url( '../images/btn_bg.gif' ) repeat-x top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px;
}

input:hover[type="submit"][disabled] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #ccc;
text-align:center;
color:#aaa;
background:url('../images/btn_bg.gif') repeat-x top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px;
}

input:hover[type=submit] {
background:url(   '../images/btn_bg.gif' ) repeat-x top left;
-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
color:gray;
}


input[type=button],input[type=reset] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #aaa;
text-align:center;
color:#666;
background:url('../images/btn_bg.gif') repeat-x top left;
font-weight:700;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px 10px;
}

input:hover[type=button],input:hover[type=reset],.inputbutton:hover {
background:url('../images/btn_bg.gif') repeat-x top left;
-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
color:#000;
}

input[type=text],input[type=password] {
font-size:12px;
line-height:15px;
font-family:"Segoe UI", "Trebuchet MS", "Helvetica Neue", Helvetica, "Lucida Sans Unicode";
border:1px solid #999;
color:#333;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
}

input:hover[type=text],input:hover[type=password] {
-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
}