@charset "utf-8";
/* CSS Document */

/** BEGIN: CSS - Video Widget **/
.lifemedia_right_video_titletipus{
	width:298px;
	float:right;
	margin-bottom:20px;
	border:1px #ed1c24 solid;
	background-color:white;
}

.lifemedia_videos_title_wrapper_selefu{
	width:298px; 
	height:34px; 
	background: url(images/bckgrnd_video_header.gif);
	wpadding-top:7px;
	wpadding-left:12px;
}
.lifemedia_videos_titletipus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	padding-left:10px;
	wpadding-bottom:0px;
	padding-top:4px;
	wheight:14px;
	text-shadow:2px 2px 1px #901116;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#901116', Direction=133, Strength=2.6);
}
.lifemedia_red_pointer_selefu{
	width:298px; 
	height:12px;
	wmargin-left:58px;
	margin-top:2px;
	background-image: url(images/red_pointer2.gif);
}
.lifemedia_x_wrapper_titletipus{
	width:276px; 
	height:250px; 
	margin-right:10px; 
	margin-left:11px; 
	margin-top:9px; 
	margin-bottom:8px;
	wborder:1px #a7a9ac solid;
	wbackground-color:#e9ecee;
}
.ta5 {
padding:5px; border:2px solid #ccc; 
font-family:Verdana, Arial, Helvetica, sans-serif;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-bottom:10px;
height: 100px;
width: 262px;
}
winput[type=textarea]:focus {border-color:#ed1c24; }

input[type=button] {padding:5px 15px; background:#ed1c24; border:0 none;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left:110px;
color:white;
cursor:pointer;
-webkit-border-radius: 5px;
margin-bottom:10px;
text-shadow:2px 2px 1px #901116;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#901116', Direction=133, Strength=2.6);
border-radius: 5px; }


input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#32CD32; /*the colour of the button*/
font-family:Verdana, Arial, Helvetica, sans-serif;
wborder:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
wmargin-left:110px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 3px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 3px rgba(0,0,0, .75);
box-shadow: 0 0 3px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;


text-shadow:2px 2px 1px #901116;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#901116', Direction=133, Strength=2.6);
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
winput#gobutton:hover, winput#gobutton:focus{
background-color :#a7a9ac; /*make the background a little darker*/
font-family:Verdana, Arial, Helvetica, sans-serif;
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
color:red;

text-shadow:2px 2px 1px #901116;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#901116', Direction=133, Strength=2.6);
}

/** END: CSS - Video Widget **/