﻿.myButton {
	background-color:#ed4d9a;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:arial;
	font-size:18px;
	padding:10px 31px;
	text-decoration:none;
	/*text-shadow:3px 0px 4px #00539f;*/
    margin-bottom: 15px;
    margin-top: 15px;
}
.myButton:hover {
	background-color:#fff;
    color:#ed4d9a;
}
.myButton:active {
	position:relative;
	top:1px;
}


/* the style for the table headers */
.gridview th
{
    font-family:arial;
    font-size: large;
    font-weight: bold;
    color: #fff;
    border: 1px solid black;
    padding: 8px;
    background-color: #ed4d9a;
}
/* the style for the normal table cells */
.gridview td
{
    font-family:arial;
    padding: 8px;
    border: 1px solid black;
    background-color: #fff;
}

/*textbox */
  .textbox { 
    border: 1px solid #c4c4c4; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    margin-right: 0px;
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 


.link3
{
    font-family:Arial;
    color:#fff;
 }
a:hover.link3 { 
    color:#44c767;
}