/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}

/* Font Size */

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
body {
color:#555;
font:12px "Trebuchet MS",arial,helvetica,clean,sans-serif;
line-height:18px;
}
table {
font-size:inherit;
font:100%;
}

/* Classes */

.video{
background-image:url(../images/television.png);
background-repeat:no-repeat;
background-position:top left;
padding-left:18px;
}

/* Links */

a, a:visited, a:active{
color:#2F80C3;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

h1{
font-size:30px;
margin-bottom:18px;
}

p{
margin:9px 0;
}

#wrapModal{
margin:15px auto;
text-align:center;
width:600px;
}