/*
 * Dailymotion Terms of use CSS
 *
 * Author: Nadir Kadem <nadir@dailymotion.com>
 * Created: 2005/09/25
 * $Id: home.css 1402 2005-09-25 22:26:42Z rs $
 *
 * Copyright (c) 2005 Dailymotion
 * 
 */
#terms_of_use_content
{
    position: relative;
    padding: 5px;
}
#contract h1
{
	margin: 0px;
	margin-top: 20px;
	font-size: 17px;
	color: #1F4788;
}

#contract a
{
	color: #1F4788;
	font-weight: bold;    
}

#contract p
{
    margin-top: 0px;
    margin-bottom: 10px;
}
h1 div.sep
{
    margin-left:9px;
    margin-right:9px;
}
#contract h1 *
{
    float: left;
}
#contract h1 a.sort_link
{
    font-weight: normal !important;
}
#contract h1 a.selected
{
    font-weight: bold !important;
}