@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-family:"Segoe UI", arial, tahoma, sans-serif; font-weight:400; color:#333;}

.degreefinderwidget{ width:240px; float:none; margin:0px 0px 10px 0px; background:#FF9326; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  height:auto; overflow:hidden;}
.degreefinderwidget .widget-options{ margin:0px auto; width:100%; height:230px;  position:relative;}
.degreefinderwidget h2{ width:100%; text-align:center; font-size:18px; color:#000; font-weight:bold !important; line-height:30px; margin:0px 0px 10px 0px; padding-top:7px;}
.degreefinderwidget .widget-options select { width: 200px; font-size:12px; line-height:39px; height:39px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 3px; border:0px; }
.degreefinderwidget .widget-options select:focus { box-shadow: 0 0 5px #fff }
.degreefinderwidget .widget-options #ddlDegree { position: absolute; top: 5px; left: 20px;  }
.degreefinderwidget .widget-options #ddlCat { position: absolute; top: 60px; left: 20px;}
.degreefinderwidget .widget-options #ddlSubject { position: absolute; top: 115px; left: 20px;}
.degreefinderwidget .widget-options .findnow { display: block; width: 180px; height: 40px; text-align: center; margin: 0 auto; border-top: 1px solid #60A0D4; 
background: #1b78c2; /* Old browsers */
background: -moz-linear-gradient(top,  #1b78c2 0%, #083c8d 76%, #053587 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b78c2), color-stop(76%,#083c8d), color-stop(100%,#053587)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b78c2 0%,#083c8d 76%,#053587 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b78c2 0%,#083c8d 76%,#053587 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b78c2 0%,#083c8d 76%,#053587 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b78c2 0%,#083c8d 76%,#053587 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b78c2', endColorstr='#053587',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75); cursor:pointer; line-height:38px; color:#FFF; font-size:18px; font-weight:bold; text-decoration:none;
position: absolute;
top: 170px;
left: 30px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-bottom: 1px solid #031D4A; border-top: 1px solid #60A0D4; }
.degreefinderwidget .widget-options .findnow:hover {border-bottom: 1px solid #000000; border-top: 1px solid #999999;
background: #444444; /* Old browsers */
background: -moz-linear-gradient(top,  #444444 0%, #222222 76%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(76%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #444444 0%,#222222 76%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #444444 0%,#222222 76%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #444444 0%,#222222 76%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #444444 0%,#222222 76%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
